{% if RSS %}{% include this.frameworkBaseDir() ~ 'includes/rss.twig.html' %}
{% else %}
{% include this.frameworkBaseDir() ~ 'includes/header.twig.html' %}
{% set LINKS_IN_INCLUDES = true %}
{% 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' %}
{% include this.frameworkBaseDir() ~ 'includes/category.twig.html' %}
{% include this.frameworkBaseDir() ~ 'includes/more.twig.html' %}