Files
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
daux.io/templates/error.php
2016-07-29 21:56:09 +02:00

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>