{% extends "base.html" %} {% block title %}Add a sandwich{% endblock %} {% block content %}

Add a new sandwich

{{ sform.as_p }}
{% endblock %}