17 lines
295 B
HTML
17 lines
295 B
HTML
{% extends "public/default.html" %}
|
|
{% block content %}
|
|
|
|
<h1 color="#9F2D17">Impressum</h1>
|
|
C.M. & N.H.
|
|
|
|
SMV des Goethe-Gymnasium Ludwigsburg<br>
|
|
Seestraße 37<br>
|
|
71638 Ludwigsburg<br>
|
|
poststelle@goethegym-lb.schule.bwl.de<br>
|
|
Tel.: 07141-910-2338<br>
|
|
Fax: 07141-910-2268<br>
|
|
|
|
|
|
|
|
{% endblock %}
|