diff options
Diffstat (limited to 'theme/cccevents/templates/homepage.html')
-rw-r--r-- | theme/cccevents/templates/homepage.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/theme/cccevents/templates/homepage.html b/theme/cccevents/templates/homepage.html new file mode 100644 index 0000000..3e70e59 --- /dev/null +++ b/theme/cccevents/templates/homepage.html | |||
@@ -0,0 +1,14 @@ | |||
1 | {% extends "base.html" %} | ||
2 | {% block translation %} | ||
3 | {% import 'translations.html' as translations with context %} | ||
4 | {{ translations.translations_for(page) }} | ||
5 | {% endblock %} | ||
6 | |||
7 | {% block content_title %} | ||
8 | {% endblock %}} | ||
9 | {% block content_meta %} | ||
10 | {% endblock %}} | ||
11 | |||
12 | {% block content %} | ||
13 | {{ page.content }} | ||
14 | {% endblock %} | ||