{% comment %} This is explicit, because Liquid doesn't support ternary operators See: https://github.com/Shopify/liquid/issues/236 {% endcomment %} {% if site.article-edit-dropdowns %}
{% for item in site.article-edit-dropdowns %} {% if item.url_variable %} {% else %}
{{ item.label }}
{% endif %} {% endfor %}
{% endif %}