{% extends "base.html" %} {% block content %} <main class="x xdc md-xdr md-xw"> <header class="w100 copy-h tac"> <h1>Order checkout</h1> </header> <section class="w100 bdb-dark-red pt4-25 pr0-85 pb4-25 pl0-85 copy ff-mono"> <div class="mw-680px mla mra"> <p class="pb1">An error occured during the checkout.</p> <p class="copy">↪ <a href="/checkout" aria-label="Go to Checkout">Back to cart</a>.</p> </div> </section> </main> {% endblock %}