{% extends 'partials/base.html.twig' %} {% block body %}
{% if page.parent and page.parent.url != '/' %}{% include 'partials/breadcrumbs.html.twig' %}{% endif %}

{{ page.title }}

{{ content|raw }}
{% endblock %}