{% extends 'inventory/base.html' %} {% block content %}

Welcome to your pantry inventory.

Use the navbar on top to start doing things.

Consume: Mark pantry items as consumed.

Shopping list: See items you need to restock

Expirations: See items that will expire soon

TODO: add items to your shopping list below

TODO: see expirted items below?

TODO: when no categories are found, show getting started, otherwise nit. You will probably want to add some default Categories and Units run TODO: https://pypi.org/project/django-smuggler/

{% endblock %}