Documentation
Preparing search index...
createIfTagHandler
Function createIfTagHandler
createIfTagHandler
()
:
TwingTagHandler
Tests a condition.
{% if users %}
{% for user in users %}
{{ user.username|e }}
{% endfor %}
{% endif %}
Returns
TwingTagHandler
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
Tests a condition.
{% for user in users %}- {{ user.username|e }}
{% endfor %}
{% endif %}