mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-12 10:26:32 +00:00
12 lines
221 B
ReStructuredText
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 %}
|