{{# @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 }} {{ alt ensure_right='.' }} {{ /if }} {{ /asset }} {{ /if }}