include header file

This commit is contained in:
erichhasl
2017-11-18 13:35:00 +01:00
parent 55bc66e578
commit 4f97c26b6d
4 changed files with 143 additions and 133 deletions
+12 -4
View File
@@ -1,8 +1,16 @@
{% load static %}
<img src="{% static "public/images/apb_icon.png" %}" />
<html>
<body>
{% include "public/header.html" %}
{% block content %}
{% endblock %}
{% block content %}
{% endblock %}
<p>Ende Gelände!</p>
</body>
</html>
<p>Impressum: N.H (der ist für alles hier verantwortlich)</p>