X-Git-Url: http://git.euphorik.ch/index.cgi?a=blobdiff_plain;f=backend%2Ftemplates%2Fview_recipe.html;fp=backend%2Ftemplates%2Fview_recipe.html;h=e355c52e359b33997fe2fa24e40bc54fe1ec6b94;hb=e2e54b8f43015738af860b005825dc809f5275ab;hp=0000000000000000000000000000000000000000;hpb=3ebbe8172b0430bae5c554925a4582c9fec545f3;p=recipes.git diff --git a/backend/templates/view_recipe.html b/backend/templates/view_recipe.html new file mode 100644 index 0000000..e355c52 --- /dev/null +++ b/backend/templates/view_recipe.html @@ -0,0 +1,7 @@ +{% extends "base_with_list.html" %} + +{% block content %} + +{{ current_recipe.title }} + +{% endblock %} \ No newline at end of file