summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-11-04 22:10:49 +0100
committerGravatar Tom Willemsen2011-11-04 22:10:49 +0100
commit3ec79710ca046b2c172eb77679eb5e2983460a1a (patch)
treecc028ab2f6ac96d4ec8f50019c2b4609fb4e948b /templates
parente533b3b82e254e2c22ed40a570b5e8b31a1f126b (diff)
downloaddotfiles-3ec79710ca046b2c172eb77679eb5e2983460a1a.tar.gz
dotfiles-3ec79710ca046b2c172eb77679eb5e2983460a1a.zip
Render html pages in templates/html_pages
Diffstat (limited to 'templates')
-rw-r--r--templates/pages/index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/pages/index.html b/templates/pages/index.html
new file mode 100644
index 0000000..18988f9
--- /dev/null
+++ b/templates/pages/index.html
@@ -0,0 +1,5 @@
+{% extends "base.html" %}
+
+{% block content %}
+{% include page %}
+{% endblock %}