{% extends "base.html" %} {% block title %}Rezepte{% endblock %} {% block content %}

Übersicht

{% for recipe in recipes %} {% endfor %}
Name Kategorie
{{ recipe.name }} {{ recipe.category }}
{% endblock %}