{% extends "layout.html" %} {% block title %}{{ this.title }}{% endblock %} {% block body %}

{{ this.about_header }}

{{ this.about_text }}
{{ this.about_text2 }}
{{ this.about_text3 }}
Next
{% for blk in this.sections.blocks %}
{{ blk }} Next
{% endfor %}

{{ this.icons_header }}

{{ this.icons_text }}
{% if this.render_tourdaten %}
Datum Veranstaltung Ort {% for x in range(0, 999) %}{% if bag('termine', 'termine', 'start[' + x|string + ']') is not none %} {% set start = bag('termine', 'termine', 'start[' + x|string + ']') %}{{ start }} {% endif %}{% endfor %}{% endif %}

{{ this.icons_1_2 }}

{{ this.icons_1_3 }}

{{ this.icons_2_2 }}

{{ this.icons_2_3 }}

{{ this.icons_3_2 }}

{{ this.icons_3_3 }}

{{ this.icons_4_2 }}

{{ this.icons_4_3 }}

{{ this.icons_5_2 }}

{{ this.icons_5_3 }}

{{ this.icons_6_2 }}

{{ this.icons_6_3 }}

{{ this.red_1 }}

{{ this.red_2 }}
{{ this.red_3 }}

{{ this.red_4 }}

{% endblock %}