popnoire/site/templates/default.php

9 lines
176 B
PHP
Raw Permalink Normal View History

2026-02-12 15:22:46 +01:00
<?php snippet('header') ?>
<?php if ($page->text()->isNotEmpty()): ?>
<div id="page-text">
<?= $page->text()->kt() ?>
</div>
<?php endif ?>
<?php snippet('footer') ?>