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