webseite/templates/calendar.ics

13 lines
279 B
Text
Raw Normal View History

{#- © by L3D <l3d@c3woc.de> -#}
BEGIN:VCALENDAR
{%- include "events/header.ics" -%}
{%- include "events/timezone.ics" -%}
{%- for blk in this.dates.blocks|sort(attribute='start', reverse = True) -%}
{% include "events/event.ics" %}
{%- endfor %}
END:VCALENDAR