{% for component in components %}
{% if component !== 'salesBanner' and component !== 'header' and component !== 'eComIframe' and component !== 'soundBanner' and component !== 'vslSection' and component !== 'surveyQuestionBanner' and component !== 'offersTicker' %}
{% include './components/' + component + "/" + component + '.html' ignore missing %}
{% endif %}
{% endfor %}
{% else %}
{% for component in components %}
{% if component !== 'salesBanner' and component !== 'header' and component !== 'footer' and component !== 'surveyQuestionBanner' and component !== 'offersTicker' %}
{% include './components/' + component + "/" + component + '.html' ignore missing %}
{% endif %}
{% endfor %}
{% endif %}