Hi, {{customer_name}}!

Thank you so much for your order

Order id: {{order_id}}

{% for item in order_items %} {% endfor %}
Item Quantity Price per unit
{{item.name}} {{item.quantity}} ${{item.price_per_unit}}
Total: ${{total_purchased}}