Add an item to the list
Name:
Gift:
{% for name, gift in items.items() %} {{name}} brings a {{gift}}
{% endfor %}