From 87672b85fcbc8fbc116e3b030d5414d2149f5896 Mon Sep 17 00:00:00 2001 From: ngr Date: Mon, 14 May 2018 11:20:32 -0400 Subject: [PATCH] remove html+jinja highlight --- docs/templates.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/templates.rst b/docs/templates.rst index c60234b3..c02da146 100644 --- a/docs/templates.rst +++ b/docs/templates.rst @@ -1309,7 +1309,9 @@ 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: + +.. code-block:: text {{ ('[%s]' % page.title) if page.title }} -- 2.47.2