13 lines
204 B
PHP
Executable File
13 lines
204 B
PHP
Executable File
<?php snippet('header') ?>
|
|
|
|
<main>
|
|
<header class="intro">
|
|
<h1><?= $page->title() ?></h1>
|
|
</header>
|
|
<div class="text">
|
|
<?= $page->text()->kt() ?>
|
|
</div>
|
|
</main>
|
|
|
|
<?php snippet('footer') ?>
|