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

5 lines
86 B
PHP
Raw Normal View History

2026-04-15 18:58:25 +02:00
<?php snippet('header') ?>
2026-04-15 20:17:12 +02:00
<h1><?= $site->title() ?></h1>
2026-04-15 18:58:25 +02:00
2026-04-15 20:17:12 +02:00
<?php snippet('footer') ?>