{# EVENT DATE -> field_event_date_range IMAGE -> field_image LOCATION -> field_location TITLE -> title DESCRIPTION -> body RECORDING LINK -> field_link_to_source REGISTER LINK -> LINK TO CONTENT ? PAST EVENT -> preprocess_node in .theme file -> $variables['past_event]. #} {% set classes = [ 'upcoming-publication-single', 'node', 'node--type-' ~ node.bundle|clean_class, view_mode ? 'node--view-mode-' ~ view_mode|clean_class, ] %}
{# Image #} {# location | publication date #}
{#

{{ content.field_publication_date.value|date("j F Y") }}

#}
{{ node_type }}
{{ content.field_location }}

/ {{ content.field_event_date_text[0]['#context']['value'] }}

{# title #} {{ node.title[0].value }}
{{ content.field_abstract_full_text[0]['#text']|striptags }} {% if content.field_abstract_full_text[0]|length < 1 %} {{ content.body[0]['#text']|striptags }} {% endif %} {{body}}
{% if past_event == 'true' %} {% else %} {% endif %}
{% set pageUrl = url('') %} {% set source = url('')['#markup']|split('/events')|first %} {% set hostUrl = pageUrl['#markup']|trim('/') %}