sutty-base-jekyll-theme/_layouts/confirmation.html

24 lines
422 B
HTML
Raw Permalink Normal View History

2021-06-01 21:33:49 +00:00
---
layout: default
---
2021-10-28 13:00:13 +00:00
<section
data-controller="cart-confirmation"
data-template="confirmation"
data-clear="true">
2021-06-01 21:33:49 +00:00
<header>
<h1>{{ page.title }}</h1>
</header>
<div class="content">
{{ content }}
</div>
2021-10-28 13:00:13 +00:00
<div data-target="cart-confirmation.order"></div>
2021-06-01 21:33:49 +00:00
<p data-controller="cart-paypal-confirmation"></p>
<a href="?" class="btn btn-primary text-uppercase">{{ page.back }}</a>
</section>