summaryrefslogtreecommitdiff
path: root/greenbox/templates/recipe/recipe_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'greenbox/templates/recipe/recipe_list.html')
-rw-r--r--greenbox/templates/recipe/recipe_list.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/greenbox/templates/recipe/recipe_list.html b/greenbox/templates/recipe/recipe_list.html
new file mode 100644
index 0000000..3ceae72
--- /dev/null
+++ b/greenbox/templates/recipe/recipe_list.html
@@ -0,0 +1,5 @@
1<ul>
2{% for recipe in object_list %}
3 <li>{{ recipe.title }}</li>
4{% endfor %}
5</ul>