use templating

This commit is contained in:
erichhasl
2017-11-17 23:55:53 +01:00
parent 9e63be6b00
commit 2cd00e88bf
5 changed files with 22 additions and 3 deletions
@@ -0,0 +1,8 @@
{% load static %}
<img src="{% static "public/images/apb_icon.png" %}" />
{% block content %}
{% endblock %}
<p>Impressum: N.H (der ist für alles hier verantwortlich)</p>