hbnet/scripts/dashboard/templates/generic.html
2021-03-01 16:41:36 -08:00

6 lines
95 B
HTML

{% include 'page.html' %}
{% include 'header.html' %}
{{content}}
{% include 'footer.html' %}