index-main/site/templates/impacts.php
Julie Blanc 80a606243e
All checks were successful
Deploy / Deploy to Production (push) Successful in 11s
small version responsive
2026-01-28 00:05:06 +01:00

17 lines
No EOL
320 B
PHP

<?php snippet('header') ?>
<main>
<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>
</main>
<?php snippet('footer') ?>