mirror of
https://github.com/getformwork/formwork.git
synced 2025-01-17 13:38:22 +01:00
7 lines
168 B
PHP
7 lines
168 B
PHP
<?= $this->layout('site') ?>
|
|
<main>
|
|
<div class="container">
|
|
<h1><?= $this->escape($page->title()) ?></h1>
|
|
<?= $page->content() ?>
|
|
</div>
|
|
</main>
|