{% extends "base.html" %} {% block title %}Add Recipe{% endblock %} {% block html_head %} {% endblock %} {% block content %}

New Recipe

Enter all values grams. If an ingredient is not needed, input 0.

{% for item in ['AP Flour', 'WW Flour', 'Rye Flour', 'Water', 'Salt', 'Yeast', 'Starter'] %} {% endfor %}
Ingredient Mass in g
{% endblock %}