{% import 'macros/storyblok.html.twig' as storyblok %}<ahref="{{ storyblok.storyblokLink(href)|spaceless }}"{% if target is defined and target != "" %}target="{{ target }}"{% endif %}class="{{ class|default('image-link') }}"{{ attributes|default([])|getAttributes }}>{% include 'components/atoms/image/image.html.twig' with {'src': src|default,'alt': alt|default,'class': imageClass|default,'width': width|default,'height': height|default} %}</a>