{% extends "base.html" %} {% block content %}

Hacken Open Air 2::23

22.08. - 26.08.2023 in Gifhorn

logo
{{ content.content_body }} {% if content.group is defined %} {% if content.group in content.path %} {% with subpages=context.contents.filter(group=content.group).exclude(path=content.path).order_by("order") %} {% for sp in subpages %}

{{sp.content_title}}

{{sp.content_body}}
{% endfor %} {% endwith %} {% endif %} {% endif %}
{% if content.group == "en" %}

Contact

{% else %}

Kontakt

{% endif %}
{% endblock %}