From 3197b676fe9e55fdd5b8ded77200117e62543fd2 Mon Sep 17 00:00:00 2001 From: lwm Date: Sun, 15 Sep 2013 14:16:40 +0100 Subject: adapted monospace --- monospace/templates/page.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 monospace/templates/page.html (limited to 'monospace/templates/page.html') diff --git a/monospace/templates/page.html b/monospace/templates/page.html new file mode 100644 index 0000000..b8c89f7 --- /dev/null +++ b/monospace/templates/page.html @@ -0,0 +1,11 @@ +{% extends "base.html" %} +{% block title %}{{ page.title }}{% endblock %} +{% block content %} +
+

{# {{ SITENAME }} #} {% if SITESUBTITLE %} {{ SITESUBTITLE }}{% endif %} {#:#} + {{ page.title }}

+
+
+ {{ page.content }} +
+{% endblock %} -- cgit