summaryrefslogtreecommitdiff
path: root/theme/cccevents/templates/homepage.html
blob: f2fab980c0dab94f3df4cd2770cbe7018c04627f (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 %}