{% if (config.plugins.events.event_meta.display_location) and (event.header.event.location is not empty) %} {{ event.title }} {% else %} {{ event.title }} {% endif %}

{% set summary = event.summary(50)|slice(3, 50) %} {% if not summary %} {% set summary = ' ' %} {% endif %}

{{ summary }}