{% extends 'base.html' %} {% load static %} {% block head %} My Profile - Pizza {% endblock %} {% block content %}

Create New Pizza

Order Pizza
{% csrf_token %} {{form.as_p}}

Choose Toppings

{% for top in toppings %} {% endfor %}
{% endblock %}