{% extends "base.html" %} {% block title %}New Recipe – Nutrition Tracker{% endblock %} {% block content %}

📖 New Recipe

Combine ingredients into a named recipe.

Recipe Name(s)

Yield / Servings

How much does this recipe make? e.g. "4 servings", "500g"

Ingredients

Use ingredient aliases already defined in your file.

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