hic-et-nunc/site/templates/about.php

22 lines
172 B
PHP
Raw Normal View History

2026-04-15 18:58:25 +02:00
<?php snippet('header') ?>
<body class="about">
<h1><?= $site->title() ?></h1>
<?php snippet('menu') ?>
<p>
<?= $page->presentation() ?>
</p>
</body>