f9d87c5c71
Renamed /themes/core to /themes/daux Updated /themes/{theme}/less/theme.less to allow for bootstrap overrides Added /themes/daux/less/theme.less to allow daux to function as theme - used daux-navy colors Moved fonts from themes variants into /themes/daux/fonts
10 lignes
181 B
PHP
10 lignes
181 B
PHP
<?php $this->layout('theme::layout/05_page') ?>
|
|
|
|
<article>
|
|
<div class="page-header">
|
|
<h1><?= $page['title']; ?></h1>
|
|
</div>
|
|
|
|
<?= $page['content']; ?>
|
|
</article>
|