{% macro html(src, src_srcset, avif, webp, alt, lazy, size_range, caption='') %} {% if src_srcset %} {% elif (srcset == null) and (webp and avif) %} {% else %} {% endif %} {% if caption %} {{ caption }} {% endif %} {% endmacro %} {% macro inline(item) %} {{ html(item.src, item.src_srcset, item.avif, item.webp, item.alt, item.lazy, item.size_range, item.caption) }} {% endmacro %} {% macro inset(item) %}