From: Simon Constans Date: Mon, 13 May 2013 20:34:50 +0000 (+0200) Subject: fix documentation code block X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=e9c197967f87dee524f1058784e3d60755beb5d3;p=konrad%2Ftwig.git fix documentation code block --- 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 #}