Created
October 2, 2020 13:36
-
-
Save alexmazaltov/1726d626ce6030c07411a215a9cd9c4c to your computer and use it in GitHub Desktop.
Using loop.last in twig template with loop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% for type in types %} | |
<span itemprop="employmentType" content="{{ type.key }}">{{ type.text }}</span> | |
{% if not loop.last %}<br />{% endif %} | |
{% endfor %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment