L3D
fd742c7049
Co-authored-by: L3D <l3d@see-base.de> Reviewed-on: https://backwesen.de/c3woc/webseite/pulls/1
12 lines
279 B
Text
12 lines
279 B
Text
{#- © 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
|