From 432285bda8a96f0e5bdff52d4d726ad2397b3ac8 Mon Sep 17 00:00:00 2001 From: Uwe Kleine-König Date: Sun, 23 Oct 2016 22:38:55 +0200 Subject: initial approach for new flug website --- theme/templates/page.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 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 100644 index 0000000..5ac50b6 --- /dev/null +++ b/theme/templates/page.html @@ -0,0 +1,12 @@ +{% 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 %}get + the pdf{% endif %} + {{ page.content }} +
+{% endblock %} -- cgit v1.2.3