1 {% extends "base.html" %}
3 {% block title %}Add an ingredient{% endblock %}
5 <h1 class="pagetitle">Add a new ingredient</h1>
6 <form enctype="multipart/form-data" action="/sandwich/addingredient/" method="post">
8 <input type="submit" value="Submit" />