{% extends 'partials/snipcart_base.html.twig' %}
{% block content %}
{% include 'modular/lightslider.html.twig' with {'page': page.find('/slider')} %}
{{ parent() }}
{{ page.content }}
{% for child in page.collection() %}
{% if (child.header.unpublished is not defined or (child.header.unpublished == false)) %}
{% include 'partials/snipcart_category_item.html.twig' with {'page': child, 'parent': page} %}
{% endif %}
{% endfor %}