Routes
The routes object provides URLs for checkout pages.
{%- comment -%} Link to checkout completion {%- endcomment -%}
<a href="{{ routes.complete_url }}">Order complete</a>checkout_url
URL to the checkout page.
complete_url
URL to the placed order page.