sutty-base-jekyll-theme/_layouts/payment.html
2021-10-28 10:00:00 -03:00

21 lines
451 B
HTML

---
layout: default
---
<section class="">
<header class="">
<h1>{{ page.title }}</h1>
</header>
<div class="content">
{{ content }}
</div>
<div
id="cart-payment-methods"
data-controller="cart-payment-methods"
data-cart-payment-methods-next-url="{{ site.confirmation.url }}"
data-cart-payment-methods-back-url="{{ site.shipment.url }}"
data-cart-payment-methods-template="payment_methods">
</div>
</section>