{# If a title has been set show the title. #} {% if Title %} {% endif %} {# If images have been set then show the images. #} {% if Images %} {% endif %} {# If text has been set show the text. #} {% if Text %} {% endif %}