Logo {% render 'layout-menu' %}
{% if shop.customer_accounts_enabled %} {% if customer %} {{ 'action.account' | t }} {{ 'action.log_out' | t | customer_logout_link }} {% else %} {{ 'action.log_in' | t | customer_login_link }} {{ 'action.register' | t | customer_register_link }} {% endif %} {% endif %} {{ 'action.cart' | t }}
{% schema %} { "name": "t:sections.header.name", "settings": [ { "type": "paragraph", "content": "t:sections.header.settings.paragraph" } ] } {% endschema %}