blob: b8fe9f08b66c755cdc1f8ee0f88f4fe0a9d57819 [file] [log] [blame]
Matthias Andreas Benkard12a57352021-12-28 18:02:04 +01001``do``
2======
3
4The ``do`` tag works exactly like the regular variable expression (``{{ ...
5}}``) just that it doesn't print anything:
6
7.. code-block:: twig
8
9 {% do 1 + 2 %}