From da4917f8c673a16ba757b3b911cf5ce36895d74e Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Wed, 11 Mar 2020 02:26:54 +0300 Subject: initial commit --- templates/base.html | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 templates/base.html (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 0000000..f03965f --- /dev/null +++ b/templates/base.html @@ -0,0 +1,30 @@ + + + + + + {{ config.title }} + + + + {% block extrahead %} + {% endblock %} + + +
+ + {% block page %} +
+ {% block content %} + {% endblock %} +
+ + {% endblock %} +
+ + -- cgit v1.2.3