From 1f60059729fb4a49bfa32780844047b631941669 Mon Sep 17 00:00:00 2001 From: David Lord Date: Thu, 18 Jan 2018 08:56:55 -0800 Subject: [PATCH] fix code block markup closes #800 --- docs/templates.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templates.rst b/docs/templates.rst index d10d5e67..266da614 100644 --- a/docs/templates.rst +++ b/docs/templates.rst @@ -1309,7 +1309,7 @@ The general syntax is `` if else ``. The `else` part is optional. If not provided, the else block implicitly -evaluates into an undefined object:: +evaluates into an undefined object: .. sourcecode:: jinja -- 2.47.2