From de024bc937f4b8b326616df76c8a64878a235c91 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Thu, 21 Feb 2013 15:26:24 +0100 Subject: added a base template to the webapp --- base.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 base.html (limited to 'base.html') diff --git a/base.html b/base.html new file mode 100644 index 0000000..65bc6df --- /dev/null +++ b/base.html @@ -0,0 +1,10 @@ + + + {% block title %}{% endblock %} + {% block header %}{% endblock %} + + +{% block content %} +{% endblock %} + + -- cgit v1.2.3