This commit is contained in:
parent
41640e0b28
commit
b36abcd3bf
12 changed files with 86 additions and 8 deletions
|
@ -1,3 +1,10 @@
|
|||
<?php
|
||||
/**
|
||||
* @var Kirby\Cms\Page $page
|
||||
* @var Kirby\Cms\Pages $articles
|
||||
*/
|
||||
?>
|
||||
|
||||
<?php snippet('layout', slots: true) ?>
|
||||
<?php slot() ?>
|
||||
<h1><?= $page->title() ?></h1>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue