X-Git-Url: http://git.euphorik.ch/?p=recipes.git;a=blobdiff_plain;f=backend%2Ftemplates%2Fedit_recipe.html;fp=backend%2Ftemplates%2Fedit_recipe.html;h=81d9f2ce9036153e3524da987457a9d37ad41313;hp=0000000000000000000000000000000000000000;hb=cbe276fc0601041b13087a6ffd80c5b126dfbe59;hpb=642dd8a80ce2e1212b8e30c1edabb32bdb416cfc diff --git a/backend/templates/edit_recipe.html b/backend/templates/edit_recipe.html new file mode 100644 index 0000000..81d9f2c --- /dev/null +++ b/backend/templates/edit_recipe.html @@ -0,0 +1,18 @@ +{% extends "base_with_list.html" %} + +{% block content %} + +

{{ current_recipe.title }}

+ + + + +{% match current_recipe.description %} + {% when Some with (description) %} +
+ {{ description|markdown }} +
+ {% when None %} +{% endmatch %} + +{% endblock %} \ No newline at end of file