From b543f5d15705f02f7055c2abc1f424b3fb47d71a Mon Sep 17 00:00:00 2001 From: Matts Date: Wed, 25 Jan 2012 21:24:32 -0500 Subject: Added tuxlite theme, which is inspired by the original bootstrap theme. Built using twitter bootstrap v2.0, with responsive layout. --- tuxlite_tbs/templates/page.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tuxlite_tbs/templates/page.html (limited to 'tuxlite_tbs/templates/page.html') diff --git a/tuxlite_tbs/templates/page.html b/tuxlite_tbs/templates/page.html new file mode 100644 index 0000000..65470ea --- /dev/null +++ b/tuxlite_tbs/templates/page.html @@ -0,0 +1,10 @@ +{% extends "base.html" %} +{% block title %} {% endblock %} +{% block content %} +
+

{{ page.title }}

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