ebabx/site/templates/default.php
timotheegoguely 5eeab10f70
Some checks failed
Deploy / Deploy to Production (push) Failing after 7s
Add header + footer snippets + h1 to templates
2026-06-18 15:13:45 +02:00

3 lines
85 B
PHP

<?php snippet('header') ?>
<h1><?= $page->title() ?></h1>
<?php snippet('footer') ?>