{# If a title has been set show the title. #} {% if Title %} {% endif %} {# If images have been set then show the images. #} {% if Images %} {# Include the zip download feature. #} {% include this.frameworkBaseDir() ~ 'includes/footer.twig.html' %} {% endif %} {# If text has been set show the text. #} {% if Text %} {% endif %}