add generic template
This commit is contained in:
parent
751af20357
commit
dccf561e3d
5
scripts/dashboard/templates/generic.html
Normal file
5
scripts/dashboard/templates/generic.html
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{% include 'page.html' %}
|
||||||
|
{% include 'header.html' %}
|
||||||
|
{{content}}
|
||||||
|
{% include 'footer.html' %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user