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 01:08:05 +02:00

832 B

title, content, process, admin
title content process admin
Aktuelles
items order limit pagination
@taxonomy
type
event
by dir
date asc
0 false
markdown twig
true true
children_display_order
collection

{% 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 %}