actuel-inactuel/site/templates/home.php

14 lines
306 B
PHP
Raw Normal View History

2024-01-25 18:34:32 +01:00
<?php snippet('header') ?>
2024-03-09 11:27:10 +01:00
2024-04-07 11:09:43 +02:00
<main>
<?php snippet('cover', slots: true) ?>
<?php slot('title') ?>
2024-04-06 10:08:45 +02:00
<h2 class="title-center">
critique des arts<br>
et des techniques<br>
</h2>
<?php endslot() ?>
<?php endsnippet() ?>
2024-04-09 10:44:12 +02:00
<?php snippet('nav') ?>
2024-01-25 18:34:32 +01:00
</main>
<?php snippet('footer') ?>