mirror of
https://github.com/getformwork/formwork.git
synced 2025-02-24 17:52:41 +01:00
11 lines
346 B
PHP
Executable File
11 lines
346 B
PHP
Executable File
<?= $this->insert('_header') ?>
|
|
<main>
|
|
<div class="container">
|
|
<article>
|
|
<h1 class="article-title"><a href="<?= $page->uri() ?>"><?= $page->title() ?></a></h1>
|
|
<?= $page->get('summary') . $page->content() ?>
|
|
</article>
|
|
</div>
|
|
</main>
|
|
<?= $this->insert('_footer') ?>
|