{% extends 'site/base.html.twig' %} {% block title %}{{ page.title }} {{ page.titleHighlight }} — Ordi Self{% endblock %} {% block hero %}

{{ page.title }} {{ page.titleHighlight }}

{{ page.content|raw }} {% if page.ctaLabel and page.ctaRoute %} {{ page.ctaLabel }} {% endif %}
{% if page.imageName %} {{ page.imageAlt }} {% endif %}
{% endblock %}