Leitgedanken/pma/templates/plugins/text_image_link_transformations.twig
2022-11-21 09:47:28 +01: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>