{% if ads %} {% set ads_to_show = layout.advertisements %} {% if ads_to_show %} {% for ad_key, ad_value in ads %} {% if ad_key in ads_to_show and ad_value is mapping %}
{% endif %} {% endfor %} {% else %} {% for ad_key, ad_value in ads %} {% if ad_value is mapping %} {% endif %} {% endfor %} {% endif %} {% endif %}