mirror of
https://github.com/templis/lugtuebingen.git
synced 2025-08-04 00:11:26 +02:00
832 B
832 B
title, process, admin, content
title | process | admin | content | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Aktuelles |
|
|
|
{% set events = page.collection({ 'items':{ '@taxonomy.type':'event', '@taxonomy.event_repeat':['S','U'] } }) .dateRange(datetools.startOfMonth, datetools.endOfMonth) .order('date', 'asc') %}
-
{% for event in events %}
- {{ event.title }} {% endfor %}