{# If a title has been set show the title. #} {% if Title %} {% endif %} {% set Show_Caption = this.setting('show_caption_on_image') %} {% set Show_Top_Caption = Show_Caption and this.setting('show_caption_above_thumbnail') %} {% set Show_Bottom_Caption = Show_Caption and not Show_Top_Caption %} {# If images have been set then show the images. #} {% if Images %} {# Include the zip download feature. #} {% include this.frameworkBaseDir() ~ 'includes/footer.twig.html' %} {% endif %}