Shopping list
Add your items:
Name
Shop
Cost
{% for heading in headings %}
{{ heading }}
{% endfor %}
{% for row in items %}
{% for cell in row %}
{{ cell }}
{% endfor %}
{% endfor %}