summaryrefslogtreecommitdiff
path: root/theme/cccevents/templates/homepage.html
blob: 3e70e596b34e6b0c7264d2e9997d80db3886ec02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{% extends "base.html" %}
{% block translation %}
{% import 'translations.html' as translations with context %}
{{ translations.translations_for(page) }}
{% endblock %}

{% block content_title %}
{% endblock %}}
{% block content_meta %}
{% endblock %}}

{% block content %}
{{ page.content }}
{% endblock %}