--- cart: true --- {{#partial "page"}}
{{> components/cart/status-messages}}
{{> components/b3/quick-add}} {{#if cart.items.length}}
{{> components/cart/content}}

{{lang 'cart.cart_totals'}}

{{> components/cart/totals}}
{{#if cart.show_primary_checkout_button}}
{{else}} {{/if}} {{#if cart.additional_checkout_buttons}}
{{#each cart.additional_checkout_buttons}} {{{this}}} {{/each}}
{{/if}}
{{else}}

{{lang 'cart.checkout.empty_cart'}}

{{/if}}
{{/partial}} {{> layout/base}}