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

New Recipe



Enter all values grams.

{% for ing in ['flour', 'water', 'salt'] %}


{% endfor %}
{% endblock %}