bin
daux
docker
docs
examples
libs
templates
layout
partials
content.php
error.php
home.php
tests
themes
tipuesearch
.editorconfig
.gitattributes
.gitignore
.htaccess
.travis.yml
LICENSE
README.md
composer.json
composer.lock
daux.phar
generate
global.json
gulpfile.js
index.php
package.json
phpunit.xml
serve
yarn.lock
12 regels
238 B
PHP
12 regels
238 B
PHP
<?php $this->layout('theme::layout/05_page') ?>
|
|
|
|
<article class="Page">
|
|
<div class="Page__header">
|
|
<h1><?= $page['title']; ?></h1>
|
|
</div>
|
|
|
|
<div class="s-content">
|
|
<?= $page['content']; ?>
|
|
</div>
|
|
</article>
|