templates/pages/homepage.html.twig line 1
{% extends "base.html.twig" %}{% block header_secondary %}<div class="font-cursive text-3xl text-white break-words hidden lg:block">Un camp, un événement Repère, c'est un temps fort qui peut changer et marquer une vie !</div>{% endblock %}{% block content %}<div class="p-6">{% include 'includes/blocks.html.twig' with {content: {blocks: content.blocks},view: {blocks: view.blocks},} only %}</div>{% endblock %}