nouveau-theatre-de-besancon/site/templates/program.php
2024-08-28 19:11:58 +02:00

13 lines
No EOL
443 B
PHP

<?php snippet('header') ?>
<section class="page-title">
<h1>Programme</h1>
</section>
<section class="yellow">
<h2>À venir — <?= $page->children()->first()->title() ?></h2>
</section>
<?php snippet('events-grid', ['events' => $nextEvents, 'columns' => 3]) ?>
<section class="yellow">
<h2>Événements passés</h2>
</section>
<?php snippet('events-grid', ['events' => $previousEvents, 'columns' => 3]) ?>
<?php snippet('footer') ?>