From c8cfe63aac73a92ae02354a5306ca5480808daff Mon Sep 17 00:00:00 2001 From: Hans-Peter Oeri Date: Thu, 25 Oct 2018 13:27:51 +0200 Subject: re-do site in schiedsstelle layout --- theme/cccevents/templates/page.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 theme/cccevents/templates/page.html (limited to 'theme/cccevents/templates/page.html') diff --git a/theme/cccevents/templates/page.html b/theme/cccevents/templates/page.html new file mode 100644 index 0000000..0d5ff64 --- /dev/null +++ b/theme/cccevents/templates/page.html @@ -0,0 +1,26 @@ +{% extends "base.html" %} + +{% block title %}{{ SITENAME }} | {{ page.longtitle }}{%endblock%} + +{% block translation %} +{% import 'translations.html' as translations with context %} +{{ translations.translations_for(page) }} +{% endblock %} + +{% block translation2 %} +{% import 'translations.html' as translations with context %} +{{ translations.translations_for(page) }} +{% endblock %} + +{% block content_title %} +

{{ page.longtitle }}

+ +{% endblock %} +{% block content_meta %} +{% endblock %}} + + +{% block content %} +{{ page.content }} +{% endblock %} + -- cgit v1.2.3