13 lines
No EOL
443 B
PHP
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') ?>
|