{% extends 'partials/base.html.twig' %} {% set page_class = 'row p-3' %} {% block content %}

{{ page.title }}

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