{% extends "kitchen/base.html" %} {% block title %}Pantry — Kitchen{% endblock %} {% block extrastyle %} {% endblock %} {% block content %}

Pantry

{% include "kitchen/partials/pantry_table.html" %}
{% if chips %}
{% for c in chips %} {% endfor %}
{% endif %}
{% endblock %}