{% include 'partials/head.html.twig' %} {# ── JSON-LD: Article ─────────────────────────────────────────── #} {% include 'partials/header.html.twig' %} {% include 'partials/breadcrumbs.html.twig' %}
{# ── Article content ───────────────────────────────────── #}
{# Hero image #} {% if resource.OgImage is defined and resource.OgImage is not iterable and resource.OgImage %}
{{ resource.pagetitle }}
{% endif %} {# Meta #}
{# Title #}

{{ resource.pagetitle }}

{# Intro #} {% if resource.introtext %}

{{ resource.introtext }}

{% endif %} {# Content #}
{{ resource.content|raw }}
{# ── Sidebar ───────────────────────────────────────────── #}
{% include 'partials/footer.html.twig' %}