diff --git a/scripts/dashboard/templates/generic.html b/scripts/dashboard/templates/generic.html new file mode 100644 index 0000000..6e5b22c --- /dev/null +++ b/scripts/dashboard/templates/generic.html @@ -0,0 +1,5 @@ +{% include 'page.html' %} +{% include 'header.html' %} +{{content}} +{% include 'footer.html' %} +