diff --git a/docs/templating.md b/docs/templating.md index a26e47a3b..0b10d3a01 100644 --- a/docs/templating.md +++ b/docs/templating.md @@ -461,7 +461,7 @@ anything into it, as long as that expression evaluates to a string or a compiled Template object: ```jinja -{% extends name + ".html" %}`. +{% extends name + ".html" %} ``` ### block