{% if include.alt %}{% assign altText = include.alt %}{% else %}{% assign altText = include.caption %}{% endif %}
{% if include.image %}{% else %}Image not found{% endif%} {% if include.caption %}
{{ include.caption }}
{% endif %}