diff --git a/docs/templating.md b/docs/templating.md index a26e47a3b..d3e1cbc87 100644 --- a/docs/templating.md +++ b/docs/templating.md @@ -855,7 +855,7 @@ be escaped for safe output. To manually mark output as safe, use the `safe` filter. Nunjucks will not escape this output. ```jinja -{{ foo }} // <span%gt; +{{ foo }} // <span> {{ foo | safe }} // ```