2025-12-10 15:54:25 +01:00
|
|
|
<?php snippet('header', ['title' => $site->title(), 'template' => 'store']) ?>
|
2025-12-10 15:12:06 +01:00
|
|
|
|
2026-01-16 12:03:20 +01:00
|
|
|
<main>
|
|
|
|
|
<p class="p__baseline-big">
|
|
|
|
|
<?= $page->baseline()->or('Bienvenue sur la boutique de soutien à Index') ?>
|
|
|
|
|
</p>
|
2025-12-10 15:12:06 +01:00
|
|
|
|
2026-01-16 12:03:20 +01:00
|
|
|
<section id="store__container"
|
|
|
|
|
data-products-loader
|
|
|
|
|
data-language="<?= strtoupper($kirby->language()->code()) ?>">
|
2025-12-10 15:12:06 +01:00
|
|
|
|
2026-01-16 12:03:20 +01:00
|
|
|
<div class="products-loading">
|
|
|
|
|
<p><?= t('loading') ?></p>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
<p class="p__baseline-big">
|
|
|
|
|
<?= t('supportText') ?>
|
|
|
|
|
<a href="https://soutenir.index.ngo" class="link-don"><?= t('makeDonation') ?></a>
|
|
|
|
|
</p>
|
|
|
|
|
</main>
|
2025-12-10 15:12:06 +01:00
|
|
|
|
2025-12-10 15:54:25 +01:00
|
|
|
<?php snippet('footer') ?>
|