mirror of
https://github.com/getformwork/formwork.git
synced 2025-02-22 16:56:50 +01:00
9 lines
231 B
PHP
Executable File
9 lines
231 B
PHP
Executable File
<?= $this->insert('_header') ?>
|
|
<?= $this->insert('_cover-image') ?>
|
|
<main>
|
|
<div class="container">
|
|
<?= $page->get('summary') . $page->content() ?>
|
|
</div>
|
|
</main>
|
|
<?= $this->insert('_footer') ?>
|