hbnet/user_managment/templates/generic.html

6 lines
95 B
HTML
Raw Normal View History

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