update docs + removed old import

This commit is contained in:
vabene1111 2021-01-13 15:25:34 +01:00
parent 95aff5c998
commit f9059f636c
2 changed files with 4 additions and 3 deletions

View File

@ -20,9 +20,6 @@
{% block content %} {% block content %}
{% render_bundle 'chunk-vendors' %}
{% render_bundle 'vue_app_01' %}
<div id="app"> <div id="app">
<HelloWorld msg="Welcome to Your Vue.js App"/> <HelloWorld msg="Welcome to Your Vue.js App"/>

View File

@ -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. 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 This allows you to write ingredients with their corresponding amount directly inside the text while still profiting