removeddit/templates/main.html
2017-08-25 00:27:44 +02:00

4 lines
87 B
HTML

{% include "header.html" %}
{% block body%}
{% endblock %}
{% include "footer.html" %}