2023-06-20 10:19:06 -06:00

11 lines
218 B
HTML

{% extends "base.html" %}
{% block head_title %}Order Success | {% endblock %}
{% block content %}
<article class="text-center">
<h1>We've received your order</h1>
<p>Thank you!</p>
</article>
{% endblock %}