Schule als Staat Projekt Web, Dokumente, etc.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

23 行
384B

  1. {% extends "public/default.html" %}
  2. {% block content %}
  3. <style>
  4. .heading {
  5. color: #9F2D17;
  6. }
  7. </style>
  8. <h1 class="heading">Impressum</h1>
  9. <p>
  10. C.M. & N.H.<br>
  11. <br>
  12. SMV des Goethe-Gymnasium Ludwigsburg<br>
  13. Seestraße 37<br>
  14. 71638 Ludwigsburg<br>
  15. poststelle@goethegym-lb.schule.bwl.de<br>
  16. Tel.: 07141-910-2338<br>
  17. Fax: 07141-910-2268<br>
  18. </p>
  19. {% endblock %}