Files
frisoer-anwendung/app/admin/templates/plugins/text_image_link_transformations.twig
2021-06-12 09:42:49 +02:00

5 lines
164 B
Twig

<a href="{{ url }}" rel="noopener noreferrer" target="_blank">
<img src="{{ url }}" border="0" width="{{ width }}" height="{{ height }}">
{{ buffer }}
</a>