{% extends "base.html" %} {% block content %}

My Recipes

Add Recipe


{% for x in object_list %}
{{ x.name }}
{% endfor %} {% endblock content %}