{% if RSS %}{% include this.frameworkBaseDir() ~ 'includes/rss.twig.html' %} {% else %} {% include this.frameworkBaseDir() ~ 'includes/header.twig.html' %} {% set LINKS_IN_INCLUDES = false %} {% if Rows %} {% for item in Row %}
{% include this.frameworkBaseDir() ~ 'includes/feature_image.twig.html' %}
{% include this.frameworkBaseDir() ~ 'includes/title.twig.html' %} {% include this.frameworkBaseDir() ~ 'includes/excerpt.twig.html' %}
{% endfor %} {% endif %} {% include this.frameworkBaseDir() ~ 'includes/footer.twig.html' %} {% endif %}