{# This framework doesn't support AWS links S3. Or categories. #} {% if RSS %}{% include this.frameworkBaseDir() ~ 'includes/rss.twig.html' %} {% else %} {% include this.frameworkBaseDir() ~ 'includes/header.twig.html' %} {% set LINKS_IN_INCLUDES = true %} {% 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 %}
{% endfor %} {% endif %} {% include this.frameworkBaseDir() ~ 'includes/footer.twig.html' %} {% endif %}