{{ seo_fallback.title }}
{% if cart.empty %}Your cart is empty.
{% else %} {{ form_start(form, {'attr': {'class': 'cart cart-form'}}) }} {% include 'partials/cart.html.twig' with {'editable': true} %} {{ form_end(form) }} {% endif %}{% extends 'layout.html.twig' %} {% set seo_fallback = { 'title': 'Cart', 'robots': 'NOFOLLOW, NOINDEX' } %} {% set seo_settings = { 'fallback_to_similar': false } %} {% block content %}
Your cart is empty.
{% else %} {{ form_start(form, {'attr': {'class': 'cart cart-form'}}) }} {% include 'partials/cart.html.twig' with {'editable': true} %} {{ form_end(form) }} {% endif %}