11 lines
319 B
PHP
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') ?>
|