summaryrefslogtreecommitdiff
path: root/src/templ/main.thtml
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2015-09-17 20:00:19 +0100
committerFreeArtMan <dos21h@gmail.com>2015-09-17 20:00:19 +0100
commit9b32d5f7e013bb1bf802e6f1a321ebabc91f6c8c (patch)
tree71209d720a26d8d12d361bf1e8ebe0e91e1200da /src/templ/main.thtml
parent367189e36ca16e1c6f03be142d7cf347de102055 (diff)
downloadmd-site-9b32d5f7e013bb1bf802e6f1a321ebabc91f6c8c.tar.gz
md-site-9b32d5f7e013bb1bf802e6f1a321ebabc91f6c8c.zip
Added example config. Added jinja2 templates
Diffstat (limited to 'src/templ/main.thtml')
-rw-r--r--src/templ/main.thtml6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/templ/main.thtml b/src/templ/main.thtml
new file mode 100644
index 0000000..e875d3c
--- /dev/null
+++ b/src/templ/main.thtml
@@ -0,0 +1,6 @@
+{% extends "base.thtml" %}
+
+{% block content %}
+{{ block }}
+
+{% endblock %} \ No newline at end of file