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