From d5f56689a8ac207ef57dd8bcccced8e85ad3a3ed Mon Sep 17 00:00:00 2001 From: Matt Date: Tue, 12 Mar 2013 17:24:22 +0000 Subject: Add new TuxLite_ZF theme. --- tuxlite_zf/templates/page.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tuxlite_zf/templates/page.html (limited to 'tuxlite_zf/templates/page.html') diff --git a/tuxlite_zf/templates/page.html b/tuxlite_zf/templates/page.html new file mode 100644 index 0000000..7614c61 --- /dev/null +++ b/tuxlite_zf/templates/page.html @@ -0,0 +1,9 @@ +{% extends "base.html" %} +{% block title %}{{ page.title }}{% endblock %} +{% block content %} +

{{ page.title }}

+ {% import 'translations.html' as translations with context %} + {{ translations.translations_for(page) }} + {% if PDF_PROCESSOR %}PDF{% endif %} + {{ page.content }} +{% endblock %} -- cgit