From 5c4e85fe93ec3a713cf173db34e422072254d1c7 Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Mon, 21 Jan 2013 12:10:58 +0100 Subject: Configuration update. Custom theme --- theme/templates/base.html | 50 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 theme/templates/base.html (limited to 'theme/templates/base.html') diff --git a/theme/templates/base.html b/theme/templates/base.html new file mode 100644 index 0000000..ca6f2e3 --- /dev/null +++ b/theme/templates/base.html @@ -0,0 +1,50 @@ + + + + {% block head %} + {% block title %}{{ SITENAME }}{% endblock title %} + + + + + + {% endblock head %} + + + +
+ + + + + +
+ + {% block content %} + {% endblock %} + +
+ + + +
+ + -- cgit v1.2.3-70-g09d2