{% extends "base.html" %} {% block title %}Serverless Store: Checkout{% endblock %} {% block head_extension %} {% endblock %} {% block content %}

You are ordering


{% include "parts/checkout_product_preview.html" %}
{{ form.csrf_token }} {% for i in range(products|length) %} {% endfor %}
{% include "parts/checkout_shipping_form.html" %} {% include "parts/checkout_payment_form.html" %} {% endblock %}