{{# @name Picture @desc The picture component. A responsive imageset in a picture element. See `resources/views/components/_figure.antlers.html` for an example on how to use this. #}} {{ if image }} {{ asset :url="image" }} {{ if extension == 'svg' || extension == 'gif' }} {{ alt }} {{ else }} {{ if not(removeXS) }} {{ /if }} {{ if not(removeSM) }} {{ /if }} {{ if not(removeMD) }} {{ /if }} {{ if not(removeXS) }} {{ /if }} {{ if not(removeSM) }} {{ /if }} {{ if not(removeMD) }} {{ /if }} {{ image.alt ?? image.title ?? 'Image' }} {{ /if }} {{ /asset }} {{ /if }}