mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-21 07:37:43 +00:00
9 lines
120 B
ReStructuredText
9 lines
120 B
ReStructuredText
``none``
|
|
========
|
|
|
|
``none`` returns ``true`` if the variable is ``none``:
|
|
|
|
.. code-block:: jinja
|
|
|
|
{{ var is none }}
|