{% if not page.home %}
{{ site_name }}
{% if not page.parent %} 🌿{% else %} ›{% endif %} {% if page.parent %}
{{ parent_page.title }}
{% endif %}
{% endif %} {% include 'shop/cart.html' %}
{{ page.title }}
{{ page.body }}
{% if ls %}
{% for p in ls %}
{{ p.title }}
{% endfor %}
{% endif %} {% include 'shop/cart.js.html' %}