{% extends "belly/base.html" %} {% block content %}

Pick up your dish!

{% csrf_token %}
{% if menu_list%} {% for menu in menu_list %} {% if menu.energy_kcal != -99%} {% endif %} {% endfor %} {% endif %}
{% endblock %}