add generic template

This commit is contained in:
KF7EEL 2021-03-01 16:43:25 -08:00
parent 3ef9d6d085
commit 18af7790b3
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
{% include 'page.html' %}
{% include 'header.html' %}
{{content}}
{% include 'footer.html' %}