From f9059f636c877cec7cceab5a8bdf53318f9f23a9 Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Wed, 13 Jan 2021 15:25:34 +0100 Subject: [PATCH] update docs + removed old import --- cookbook/templates/meal_plan.html | 3 --- docs/features/templating.md | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/cookbook/templates/meal_plan.html b/cookbook/templates/meal_plan.html index f6a19532..123b1dac 100644 --- a/cookbook/templates/meal_plan.html +++ b/cookbook/templates/meal_plan.html @@ -20,9 +20,6 @@ {% block content %} - {% render_bundle 'chunk-vendors' %} - {% render_bundle 'vue_app_01' %} -
diff --git a/docs/features/templating.md b/docs/features/templating.md index 60f9e9cd..b5102a50 100644 --- a/docs/features/templating.md +++ b/docs/features/templating.md @@ -1,3 +1,7 @@ +!!! danger + The version containing Templating is not yet released! This documentation is only to illustrate the pending changes + facilitate the discussion. + With the Version `0.14.0` support for using a custom Jinja2 Template in recipe step instructions has been added. This allows you to write ingredients with their corresponding amount directly inside the text while still profiting