mirror of
https://github.com/getformwork/formwork.git
synced 2025-02-23 17:24:38 +01:00
9 lines
156 B
PHP
9 lines
156 B
PHP
<?= $this->layout('site') ?>
|
|
<main>
|
|
<div class="container">
|
|
<article>
|
|
<?= $page->content() ?>
|
|
</article>
|
|
</div>
|
|
</main>
|