From a9ce3348483442e84a452f0a19da6062978aab91 Mon Sep 17 00:00:00 2001 From: ArMan <30354517+hasarm@users.noreply.github.com> Date: Tue, 19 Apr 2022 10:26:45 +0600 Subject: [PATCH] removing "`." --- docs/templating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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