Lot of thing
[recipes.git] / backend / templates / view_recipe.html
diff --git a/backend/templates/view_recipe.html b/backend/templates/view_recipe.html
new file mode 100644 (file)
index 0000000..e355c52
--- /dev/null
@@ -0,0 +1,7 @@
+{% extends "base_with_list.html" %}
+
+{% block content %}
+
+{{ current_recipe.title }}
+
+{% endblock %}
\ No newline at end of file