{% capture converted_src %}
	{% render 'aio', src: src, widths: widths %}
{% endcapture %}

<img srcset="{{ converted_src }}" style="{{ style }}" loading="{{ loading }}" height="" width="" data-testid="{{ testId }}" fetchpriority="{{ fetchpriority }}" alt="{{ alt }}" class="{{ classes }}">
