{# 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 %}
{% if LINKS_IN_INCLUDES and not item.Disabled %} {% endif %}
{% if Show_Featured_Image %}
{% if item.Featured_Image_HTML %} {{item.Featured_Image_HTML}} {% endif %}
{% endif %}
{% if Show_Item_Title %} {% if item.Pinned or item.Pinned_Text %}
{% if item.Pinned_Text %}{{item.Pinned_Text|trans}}{% endif %}
{% endif %} <{{Item_Title_Tags}} class=" content_list_title {{item.Content_Type|e}} {% if item.Disabled %} disabled_link {% endif %} " > {{item.Title|e}} {% endif %} {% if item.Item_Is_Recent %}

{{Recent_Item_Phrase|e}}

{% endif %} {# As of 06 Sept 2021, the "Show writer's photo" setting is disabled. #} {# Commenting out the code in case we want it back in the future. #} {% if Show_Author %}

{{item.Author|e}}

{% endif %} {% if Show_Date %}

{{item.Date|e}}

{% endif %} {% include this.frameworkBaseDir() ~ 'includes/excerpt.twig.html' %}
{% if LINKS_IN_INCLUDES and not item.Disabled %}
{% endif %}
{% endfor %} {% endif %} {% include this.frameworkBaseDir() ~ 'includes/footer.twig.html' %} {% endif %}