From e9c197967f87dee524f1058784e3d60755beb5d3 Mon Sep 17 00:00:00 2001 From: Simon Constans Date: Mon, 13 May 2013 22:34:50 +0200 Subject: [PATCH] fix documentation code block --- doc/tags/set.rst | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/doc/tags/set.rst b/doc/tags/set.rst index 4f2b2ab..ac5ce53 100644 --- a/doc/tags/set.rst +++ b/doc/tags/set.rst @@ -29,6 +29,8 @@ The assigned value can be any valid :ref:`Twig expressions Several variables can be assigned in one block: +.. code-block:: jinja + {% set foo, bar = 'foo', 'bar' %} {# is equivalent to #} -- 1.7.2.5