{% extends "base.html" %} {% block title %}Calendar - Nutrition Tracker{% endblock %} {% block content %}

🥦 New Food / Ingredient

Define a new ingredient with its nutritional data.

Names / Aliases

Add one or more names (e.g. "chickpeas", "garbanzo beans").

Serving Sizes

e.g. "100g" or "1 cup"

Nutritional Properties

e.g. calories: 269, protein: 14.5g

{% endblock %} {% block scripts %} {% endblock %}