{% extends 'base.html' %} {% block content %}
{{ item.price }}
{% for allergy in item.allergens %} {{ allergy }} {% endfor %}
{% for type in item.types %} {{ type }} {% endfor %}