diff options
Diffstat (limited to 'templates/directory-page.html')
-rw-r--r-- | templates/directory-page.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/directory-page.html b/templates/directory-page.html new file mode 100644 index 0000000..5b2c5d5 --- /dev/null +++ b/templates/directory-page.html @@ -0,0 +1,7 @@ +{% extends "base.html" %} + +{% block content %} + +{{ page.content | safe }} + +{% endblock content %} |