{% set image = page.media.images|first %} {% if image != null %} {{ image.cropZoom(960,280).html }} {% endif %}
{# date and time #}
{# date and time #} {% if single == true %} {# individual content page #}

{{ page.title }}

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

{{ page.header.event.location }}

{% endif %}
{{ page.content|raw }}
{% include 'partials/event_meta.html.twig' with { 'page': page } %} {% else %} {# main listing page #}

{{ page.title }}

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

{{ page.header.event.location }}

{% endif %} {% endif %} {% if page.taxonomy.category and config.plugins.events.event_sidebar.enable_categories %}
{% for category in page.taxonomy.category %} {{ category }} {% endfor %}
{% endif %}