1
0
Files
2025-03-26 10:57:55 +01:00

11 lines
319 B
PHP

<?php snippet('header') ?>
<div class="<?= randomBg() ?> headline" style="padding-bottom: 79pt">
<h3 class="uppercase font-kobata leading-none"><?= $page->title() ?></h4>
</div>
<?php snippet('layouts', ['layouts' => $page->layout()->toLayouts()]) ?>
<?php snippet('inline_footer') ?>
<?php snippet('footer') ?>