{# Associated entries on blog listing cards — loaded via widget registry #} {% set widget_entries = post[w.context_key] if post[w.context_key] is defined else [] %} {% if widget_entries %}

Events:

{% for entry in widget_entries %} {% set _entry_path = '/' + post.slug + '/calendars/' + entry.calendar_slug + '/' + entry.start_at.year|string + '/' + entry.start_at.month|string + '/' + entry.start_at.day|string + '/entries/' + entry.id|string + '/' %}
{{ entry.name }}
{{ entry.start_at.strftime('%a, %b %d') }}
{{ entry.start_at.strftime('%H:%M') }} {% if entry.end_at %} – {{ entry.end_at.strftime('%H:%M') }}{% endif %}
{% endfor %}
{% endif %}