{% macro image(sectionName, path, imageSrc, imageMobileSrc, imageAlt) %} {% if 'svg' in imageSrc or 'gif' in imageSrc %} {{imageAlt}} {% else %} {% if imageMobileSrc != '' %} {% endif %} {% if imageMobileSrc != '' %} {% endif %} {{imageAlt}} {% endif %} {% endmacro %}