17 lines
No EOL
320 B
PHP
17 lines
No EOL
320 B
PHP
<?php snippet('header') ?>
|
|
<main>
|
|
|
|
<header class="page__header">
|
|
|
|
<h2 class="page__title"><?= $page->title() ?></h2>
|
|
|
|
<?php if ($page->chapo()->isNotEmpty()): ?>
|
|
<div class="description-medium">
|
|
<p><?= $page->chapo() ?></p>
|
|
</div>
|
|
<?php endif ?>
|
|
</header>
|
|
|
|
|
|
</main>
|
|
<?php snippet('footer') ?>
|