View source: Template

The HTML for this page is generated by the template shop.php.

All templates can be found in the /site/templates folder.

To learn more about Kirby’s templates, please check out our docs: https://getkirby.com/docs

Back to the page

/site/templates/shop.php
<?php snippet('shop/header') ?>
<?php snippet('shop/products', ['products' => collection('shop/products')]) ?>
<?php snippet('shop/footer') ?>