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

Shopping List

Smart list checks: staples at zero, items expiring within 2 days, and ingredients needed for your recipes.

{% include "kitchen/partials/shopping_list.html" %}
{% endblock %}