3 lines
85 B
PHP
3 lines
85 B
PHP
<?php snippet('header') ?>
|
|
<h1><?= $page->title() ?></h1>
|
|
<?php snippet('footer') ?>
|