{% extends "base.html" %} {% block title %}Add an ingredient{% endblock %} {% block content %}

Add a new ingredient

{{ iform.as_p }}
{% endblock %}