{%- 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 }} Kalender Abonieren
{%- if this.render_tourdaten %}
{%- set pages = site.query('/').include_undiscoverable(true).all() -%} {%- for page in pages -%} {%- if page._model == 'waffeln' and page._path == '/waffeln.ics' -%} {%- for blk in page.termine.blocks|sort(attribute='start', reverse = False) -%} {%- if blk.start.strftime('%Y%m%d%H%M') > none|datetimeformat('yyyyMMddhhmm') -%} {%- endif -%} {%- endfor -%}
Datum Veranstaltung Ort
{%- if blk.start.strftime('%d.%m') == blk.ende.strftime('%d.%m') -%} {{ blk.start.strftime('%d.%m.%y %H') }} - {{ blk.ende.strftime('%H') }} Uhr {%- else -%} {{ blk.start.strftime('%d.%m') }} - {{ blk.ende.strftime('%d.%m.%Y') }} {%- endif -%} {{ blk.event }} {{ blk.ort }}

{%- endif -%} {%- endfor %}

{{ this.icons_header_2 }}

{{ this.icons_text_2 }}
{% 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 %}