{% extends "layout.html" %} {% block body %}

Cart

{% for item in cart %} {{ item }} : {{ cart[item] }}
{% endfor %}

Continue shopping.

{% endblock %}