From b29003fa36006ea274f9a9794054e044fd170d22 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Sun, 1 Feb 2015 19:10:54 +0200 Subject: base template meta header --- res/templates/base.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/res/templates/base.html b/res/templates/base.html index 6a030858..75b4ea36 100644 --- a/res/templates/base.html +++ b/res/templates/base.html @@ -1,11 +1,14 @@ - + {% block head %} + + + {% block title %}{% endblock %} + - {% block title %}{% endblock %} - My Webpage {% endblock %} -- cgit v1.3.1