Files
SaS/web_dev/sas_web/templates/public/base.html
T
2017-11-18 13:35:00 +01:00

17 lines
168 B
HTML

{% load static %}
<html>
<body>
{% include "public/header.html" %}
{% block content %}
{% endblock %}
<p>Ende Gelände!</p>
</body>
</html>