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

Hacken Open Air 2::21

09.09. - 12.09.2021 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

Email: kontakt@hackenopenair.de
IRC: #hackenopenair @ irc.libera.chat (Webchat)
Mastodon: chaos.social/@HackenOpenAir
Twitter: @HackenOpenAir
Imprint and Data Protection Declaration
{% else %}

Kontakt

Mail: kontakt@hackenopenair.de
IRC: #hackenopenair @ irc.libera.chat (Webchat)
Mastodon: chaos.social/@HackenOpenAir
Twitter: @HackenOpenAir
Impressum und Datenschutzerklärung
{% endif %}
{% endblock %}