diff options
| author | Hans-Peter Oeri <hp@oeri.ch> | 2018-10-27 08:43:47 +0000 |
|---|---|---|
| committer | Hans-Peter Oeri <hp@oeri.ch> | 2018-10-27 08:43:47 +0000 |
| commit | cc1cc2647c681e5275dedbe79af272e0450d7f64 (patch) | |
| tree | 3f5071d9f25b89b311e09a20b22b9c5a7b225d27 /theme/cccevents/templates/page.html | |
| parent | 17a536b7ffba296f1fc71337ce8aa2910f5ed3fc (diff) | |
| parent | 928baa83e47a11d765493af38307d247148b0a2e (diff) | |
Merge branch 'master' into 'master'
re-do in layout
See merge request cccschiedsstelle/help.ccc.de!1
Diffstat (limited to 'theme/cccevents/templates/page.html')
| -rw-r--r-- | theme/cccevents/templates/page.html | 26 |
1 files changed, 26 insertions, 0 deletions
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 @@ | |||
| 1 | {% extends "base.html" %} | ||
| 2 | |||
| 3 | {% block title %}{{ SITENAME }} | {{ page.longtitle }}{%endblock%} | ||
| 4 | |||
| 5 | {% block translation %} | ||
| 6 | {% import 'translations.html' as translations with context %} | ||
| 7 | {{ translations.translations_for(page) }} | ||
| 8 | {% endblock %} | ||
| 9 | |||
| 10 | {% block translation2 %} | ||
| 11 | {% import 'translations.html' as translations with context %} | ||
| 12 | {{ translations.translations_for(page) }} | ||
| 13 | {% endblock %} | ||
| 14 | |||
| 15 | {% block content_title %} | ||
| 16 | <h1 class="post-title">{{ page.longtitle }}</h1> | ||
| 17 | |||
| 18 | {% endblock %} | ||
| 19 | {% block content_meta %} | ||
| 20 | {% endblock %}} | ||
| 21 | |||
| 22 | |||
| 23 | {% block content %} | ||
| 24 | {{ page.content }} | ||
| 25 | {% endblock %} | ||
| 26 | |||
