{% extends "template.html.j2" %} {% block content %}

Your order has been placed. Expect a confirmation email to {{ email }} when I can be bothered to sort it out.


Your order/reference id is {{ id_ }}


The details were as follows:

{% for k, v in req.items() %} {% endfor %}
{{ k.upper() }} {{ v }}
{% endblock %}