clam2021/vendor/twig/twig/doc/tests/null.rst
2021-05-13 13:04:00 -03:00

13 lines
170 B
ReStructuredText

``null``
========
``null`` returns ``true`` if the variable is ``null``:
.. code-block:: twig
{{ var is null }}
.. note::
``none`` is an alias for ``null``.