Files
archived-web-pecl/templates/content.php
2019-01-26 17:25:56 +01:00

6 lines
139 B
PHP

<?php $this->extend('layout.php', ['title' => $title]) ?>
<?php $this->start('content') ?>
<?= $content ?>
<?php $this->end('content') ?>