From 66a5a0cdccd464930a232c87f91e1b0805f255a5 Mon Sep 17 00:00:00 2001 From: Chimrod Date: Tue, 16 Apr 2013 21:27:30 +0200 Subject: initial commit --- theme/templates/page.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 theme/templates/page.html (limited to 'theme/templates/page.html') diff --git a/theme/templates/page.html b/theme/templates/page.html new file mode 100755 index 0000000..4a2a9b7 --- /dev/null +++ b/theme/templates/page.html @@ -0,0 +1,12 @@ +{% extends "base.html" %} +{% block title %}{{ page.title }}{% endblock %} +{% block content %} +

{{ page.title }}

+ {% if PDF_PROCESSOR %}get + the pdf{% endif %} +
 
+
+ {{ page.content }} +
+ +{% endblock %} -- cgit v1.2.3