1
0
mirror of https://github.com/templis/lugtuebingen.git synced 2025-08-04 00:11:26 +02:00
Files
lugtuebingen/pages/05.aktuelles/events.de.md
2018-04-21 00:59:18 +02:00

532 B

{% set events = page.collection({ 'items':{ '@taxonomy.type':'event', } }) .dateRange(datetools.startOfMonth, datetools.endOfMonth) .order('date', 'asc') %}

    {% for event in events %}
  • {{ event.title }}
  • {% endfor %}