From 185f6fdd3da30e6cfce6156992bd1fb15d79015d Mon Sep 17 00:00:00 2001 From: Bricabraque Date: Tue, 21 Feb 2017 00:12:00 +0100 Subject: Add bricabrac theme --- bricabrac/templates/base.html | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 bricabrac/templates/base.html (limited to 'bricabrac/templates/base.html') diff --git a/bricabrac/templates/base.html b/bricabrac/templates/base.html new file mode 100644 index 0000000..7d61e87 --- /dev/null +++ b/bricabrac/templates/base.html @@ -0,0 +1,42 @@ + + + + + + + + +{% block title %}{{ SITENAME }} {%endblock%} + + + + + +
+{% block content %} +{% endblock %} + +
+ + -- cgit From 5ebcbdac1f43f04a47eb121aa3b5a8ee4ae35da6 Mon Sep 17 00:00:00 2001 From: Bricabraque Date: Thu, 23 Feb 2017 01:16:06 +0100 Subject: Bricabrac: Replace outdated PAGES context with 'pages' --- bricabrac/templates/base.html | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'bricabrac/templates/base.html') diff --git a/bricabrac/templates/base.html b/bricabrac/templates/base.html index 7d61e87..03b0099 100644 --- a/bricabrac/templates/base.html +++ b/bricabrac/templates/base.html @@ -22,18 +22,23 @@ -- cgit