From 5e675c85d3ad6b5b2cdaf96156859597d8107633 Mon Sep 17 00:00:00 2001 From: Dedi Purwanto Date: Sun, 18 Nov 2012 11:21:55 +0800 Subject: Added cebong theme files --- cebong/templates/page.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 cebong/templates/page.html (limited to 'cebong/templates/page.html') diff --git a/cebong/templates/page.html b/cebong/templates/page.html new file mode 100644 index 0000000..9635fb8 --- /dev/null +++ b/cebong/templates/page.html @@ -0,0 +1,10 @@ +{% extends "base.html" %} +{% block title %}{{ page.title }}{% endblock %} +{% block content %} +
+

{{ page.title }}

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