From 92808823a34cabb29b85ae2550e83ef39fc132a6 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Tue, 1 Feb 2011 19:42:53 +0000 Subject: Add the waterspill theme, thanks to Freeculture. --- waterspill/templates/page.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 waterspill/templates/page.html (limited to 'waterspill/templates/page.html') diff --git a/waterspill/templates/page.html b/waterspill/templates/page.html new file mode 100644 index 0000000..f9a091a --- /dev/null +++ b/waterspill/templates/page.html @@ -0,0 +1,16 @@ +{% extends "base.html" %} +{% block title %}{{ page.title }}{% endblock %} +{% block content %} + +
+

{{ page.title }}

+ {{ page.content }} + {% include 'twitter.html' %} + + {% if PDF_PROCESSOR %}

get + the pdf

{% endif %} + + +
+ +{% endblock %} -- cgit