cake-order-tracker/templates/confirm_order.html
2025-02-01 08:18:08 +01:00

4 lines
No EOL
137 B
HTML

<div>
<h3>{{.Status}}</h3>
<button hx-get="new_order_form.html" hx-swap="outerHTML" hx-target="closest div">Close</button>
</div>