summaryrefslogtreecommitdiff
path: root/greenbox/templates/recipe/recipe_list.html
blob: 3ceae72f90be7d0d9e458d794669ddef5d494b74 (plain)
1
2
3
4
5
<ul>
{% for recipe in object_list %}
    <li>{{ recipe.title }}</li>
{% endfor %}
</ul>