From 548ed0739f559656aba6eda379ee65159640fba2 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sun, 15 Nov 2020 16:28:13 -0500 Subject: fixed templates for multiple sites in pages --- design/templates/discursive_base.html | 83 +++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 design/templates/discursive_base.html (limited to 'design') diff --git a/design/templates/discursive_base.html b/design/templates/discursive_base.html new file mode 100644 index 0000000..7e9b7ff --- /dev/null +++ b/design/templates/discursive_base.html @@ -0,0 +1,83 @@ +{% load static %} + + + + + + {% block pagetitle %}{% endblock %} + + + + + + + {% block extrastyles %}{%endblock%} + + + + {%comment%}{% block jsinclude %}{%endblock%} + {%endcomment%} + + +
+
+ + + +
+
+ {% block color %}{%endblock%} +
+ {%comment%}{%endcomment%} +{% block content %} +{% endblock %} +
+ + {% block extra %} + {%endblock%} + + -- cgit v1.2.3-70-g09d2