summaryrefslogtreecommitdiff
path: root/templates/section.html
diff options
context:
space:
mode:
authorPrefetch2019-06-08 20:01:43 +0000
committerPrefetch2019-06-08 20:01:43 +0000
commitfe4bd53f01c469ad62848fbc85b06185b9f1e653 (patch)
tree38d9731003cf2d98ac4000eeff86fc55a17ec093 /templates/section.html
Create repository
Diffstat (limited to 'templates/section.html')
-rw-r--r--templates/section.html7
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 %}