From 9b32d5f7e013bb1bf802e6f1a321ebabc91f6c8c Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Thu, 17 Sep 2015 20:00:19 +0100 Subject: Added example config. Added jinja2 templates --- src/templ/base.thtml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 src/templ/base.thtml (limited to 'src/templ/base.thtml') diff --git a/src/templ/base.thtml b/src/templ/base.thtml new file mode 100644 index 0000000..49bcc5b --- /dev/null +++ b/src/templ/base.thtml @@ -0,0 +1,29 @@ + + + + + + + + + + + + {% block title %}{% endblock %} + + + + +
+ {% block content %} + {% endblock %} +
+ + -- cgit v1.2.3