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

23 lines
253 B
PHP
Raw Normal View History

2026-04-15 18:58:25 +02:00
<?php snippet('header') ?>
<body class="home">
<h1><?= $site->title() ?></h1>
<?php snippet('menu') ?>
<?php foreach ($page->images() as $image): ?>
<img src="<?= $image->url() ?>">
<?php endforeach; ?>
</body>