mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-21 15:48:42 +00:00
12 lines
203 B
ReStructuredText
12 lines
203 B
ReStructuredText
``array``
|
|
=========
|
|
|
|
``array`` checks if a variable is an array:
|
|
|
|
.. code-block:: jinja
|
|
|
|
{# evaluates to true if the foo variable is an array #}
|
|
{% if foo is array %}
|
|
...
|
|
{% endif %}
|