Added the Search API Synonym module to deal specifically with licence and license...
[yaffs-website] / vendor / twig / twig / doc / tests / null.rst
1 ``null``
2 ========
3
4 ``null`` returns ``true`` if the variable is ``null``:
5
6 .. code-block:: jinja
7
8     {{ var is null }}
9
10 .. note::
11
12     ``none`` is an alias for ``null``.