From 6385a5f78ce2ad7409811927b10fc2b62e427643 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 15 Nov 2020 13:14:37 +0100 Subject: Extract theme from templates --- templates/section.html | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 templates/section.html (limited to 'templates/section.html') diff --git a/templates/section.html b/templates/section.html deleted file mode 100644 index e61566f..0000000 --- a/templates/section.html +++ /dev/null @@ -1,18 +0,0 @@ -{% extends "base.html" %} - -{% block main %} -
-

{{ section.title }}

- {{ section.content }} -
- -
-
-{% endblock %} -- cgit 1.4.1