12 lines
No EOL
334 B
PHP
12 lines
No EOL
334 B
PHP
<?php snippet('header') ?>
|
|
<div class="hero">
|
|
<div class="hero__text">
|
|
<?= $site->heroText()->toBlocks() ?>
|
|
</div>
|
|
<div class="hero__image">
|
|
<?php snippet('picture', ['file' => $site->heroImage()->toFile()]) ?>
|
|
</div>
|
|
</div>
|
|
<?php snippet('calendar-strip') ?>
|
|
<?php snippet('events-grid') ?>
|
|
<?php snippet('footer') ?>
|