2024-01-25 18:34:32 +01:00
|
|
|
<?php snippet('header') ?>
|
2024-03-09 11:27:10 +01:00
|
|
|
|
2024-04-11 13:01:50 +02:00
|
|
|
<main>
|
2024-04-11 12:56:45 +02:00
|
|
|
<article>
|
|
|
|
|
<?php snippet('cover', slots: true) ?>
|
2024-03-10 12:03:31 +01:00
|
|
|
<?php slot('title') ?>
|
2024-04-11 12:56:45 +02:00
|
|
|
<a
|
|
|
|
|
href="#main-edito"
|
|
|
|
|
class="no-line"
|
|
|
|
|
>
|
|
|
|
|
<h2 class="main-title <?= setTitleFontSizeClass($site->subtitle()) ?>"><?= $site->subtitle() ?></h2>
|
|
|
|
|
<p
|
|
|
|
|
class="main-edito-btn | toggle-btn left"
|
|
|
|
|
>édito</p>
|
|
|
|
|
</button>
|
|
|
|
|
<?php endslot() ?>
|
|
|
|
|
<?php endsnippet() ?>
|
2024-04-11 13:01:50 +02:00
|
|
|
<div id="main-edito" class="content">
|
2024-04-11 10:38:07 +02:00
|
|
|
<?= $site->edito() ?>
|
|
|
|
|
</div>
|
2024-04-11 12:56:45 +02:00
|
|
|
</article>
|
2024-01-25 18:34:32 +01:00
|
|
|
</main>
|
|
|
|
|
<?php snippet('footer') ?>
|