{% extends 'frontend/base.html.twig' %}{% block body %} {% include 'frontend/partials/_breadcrumb.html.twig' %} <section class="space-2 space-lg-3"> <div class="container"> <h1 class="h2 space-bottom-1">{{ pageTitle() }}</h1> <div> {{ legal.content|block_editor_render }} </div> </div> </section>{% endblock %}