actuel-inactuel/site/templates/info.php

16 lines
No EOL
392 B
PHP

<?php snippet('header') ?>
<main id="<?= $page->template() ?>">
<article>
<?php snippet('cover', ['isOpen' => true], slots: true) ?>
<?php slot('title') ?>
<h1 class="main-title"><?= $page->title() ?></h1>
<div id="main-content">
<?= $page->body() ?>
</div>
<?php endslot() ?>
<?php endsnippet() ?>
</article>
</main>
<?php snippet('footer') ?>