Files
SaS/web_dev/sas_web/templates/public/base.html
T

15 lines
183 B
HTML

{% load static %}
<html>
<body>
{% include "public/header.html" %}
{% block raw_content %}
{% endblock %}
{% include "public/footer.html" %}
</body>
</html>