templates/pages/evenements.html.twig line 1
{% extends "base.html.twig" %}
{% block content %}
<div class="p-6">
<h1>{{ content.title }}</h1>
{% include 'includes/blocks.html.twig' with {
content: {blocks: content.blocks},
view: {blocks: view.blocks},
} only %}
</div>
{% endblock %}