Files
Twig/doc/tests/empty.rst
T
2016-09-22 08:15:13 -07:00

12 lines
221 B
ReStructuredText

``empty``
=========
``empty`` checks if a variable is an empty string, an empty array, an empty
hash, exactly ``false``, or exactly ``null``:
.. code-block:: jinja
{% if foo is empty %}
...
{% endif %}