diff --git a/templates/section.html b/templates/section.html new file mode 100644 index 0000000..18c7ba2 --- /dev/null +++ b/templates/section.html @@ -0,0 +1,17 @@ +{% extends "index.html" %} + +{% block content %} +
+

{{ section.title }}

+ + +
+{% endblock content %}