Schule als Staat Projekt Web, Dokumente, etc.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
183B

  1. {% load static %}
  2. <html>
  3. <body>
  4. {% include "public/header.html" %}
  5. {% block raw_content %}
  6. {% endblock %}
  7. {% include "public/footer.html" %}
  8. </body>
  9. </html>