{% if RSS %}{% include this.frameworkBaseDir() ~ 'includes/rss.twig.html' %} {% else %} {% include this.frameworkBaseDir() ~ 'includes/header.twig.html' %} {% set LINKS_IN_INCLUDES = false %} {% if Rows %} {# Please note: this framework is not intended to be used for document content items. #} {# This is because if there is a doc content item with an S3 file, but no local file, #} {# then the item will be a bad link. #} {% for item in Row %} {% if not item.Disabled %} {% endif %}
{% include this.frameworkBaseDir() ~ 'includes/feature_image.twig.html' %}
{% include this.frameworkBaseDir() ~ 'includes/title.twig.html' %} {% include this.frameworkBaseDir() ~ 'includes/excerpt.twig.html' %}
{% if not item.Disabled %}
{% endif %} {% endfor %} {% endif %} {% include this.frameworkBaseDir() ~ 'includes/footer.twig.html' %} {% endif %}