summaryrefslogtreecommitdiff
path: root/kitchen/templates/kitchen/recipes.html
diff options
context:
space:
mode:
Diffstat (limited to 'kitchen/templates/kitchen/recipes.html')
-rw-r--r--kitchen/templates/kitchen/recipes.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/kitchen/templates/kitchen/recipes.html b/kitchen/templates/kitchen/recipes.html
new file mode 100644
index 0000000..d77b1bb
--- /dev/null
+++ b/kitchen/templates/kitchen/recipes.html
@@ -0,0 +1,10 @@
+{% extends "kitchen/base.html" %}
+{% block title %}Recipes — Kitchen{% endblock %}
+
+{% block content %}
+<h1>What Can I Cook?</h1>
+
+<div id="recipe-list">
+ {% include "kitchen/partials/recipe_list.html" %}
+</div>
+{% endblock %}