2025-10-07 16:21:26 +02:00
|
|
|
<?php snippet('header') ?>
|
2026-01-25 19:40:55 +01:00
|
|
|
<main>
|
2026-01-28 00:05:06 +01:00
|
|
|
|
|
|
|
|
<header class="page__header">
|
|
|
|
|
|
|
|
|
|
<h2 class="page__title"><?= $page->title() ?></h2>
|
|
|
|
|
|
|
|
|
|
<?php if ($page->chapo()->isNotEmpty()): ?>
|
|
|
|
|
<div class="description-medium">
|
|
|
|
|
<p><?= $page->chapo() ?></p>
|
|
|
|
|
</div>
|
|
|
|
|
<?php endif ?>
|
|
|
|
|
</header>
|
|
|
|
|
|
|
|
|
|
|
2026-01-25 19:40:55 +01:00
|
|
|
</main>
|
2025-10-07 16:21:26 +02:00
|
|
|
<?php snippet('footer') ?>
|