diff --git a/docs/Flask/04_templating__jinja2_integration_.md b/docs/Flask/04_templating__jinja2_integration_.md index c7963c2..5d81d0c 100644 --- a/docs/Flask/04_templating__jinja2_integration_.md +++ b/docs/Flask/04_templating__jinja2_integration_.md @@ -31,7 +31,7 @@ By default, Flask looks for template files in a folder named `templates` right n ```html - +{% raw %}
@@ -42,6 +42,7 @@ By default, Flask looks for template files in a folder named `templates` right nWelcome to our templated page.
+{% endraw %} ``` **Explanation:** @@ -138,7 +139,7 @@ def profile(): ```html - +{% raw %}