From fe4bd53f01c469ad62848fbc85b06185b9f1e653 Mon Sep 17 00:00:00 2001 From: Prefetch Date: Sat, 8 Jun 2019 20:01:43 +0000 Subject: Create repository --- templates/section.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 templates/section.html (limited to 'templates/section.html') 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 %} -- cgit v1.2.3