--- action: 'shop:checkout' template: inner protocol: all published: true name: Checkout url: /checkout ---
{{ partial('shop-checkout') }}
{{ open_form({'class': 'custom'}) }}
{{ partial('shop-cart-totals', {'items': items}) }}
{{ close_form() }}
{{ code_block('script') }}