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

# {{ shop }}

{% for entry in entries %} {{ entry.text }}
{% endfor %}

Add items:


Remove ticked:

Edit items:

Share shop:

Delete shop:

{% endblock %}