hbnet/scripts/dashboard/templates/generic.html

6 lines
95 B
HTML
Raw Normal View History

2021-03-01 19:41:36 -05:00
{% include 'page.html' %}
{% include 'header.html' %}
{{content}}
{% include 'footer.html' %}