Files
sam-kd/DBcontrol/templates/plugins/text_image_link_transformations.twig

5 lines
164 B
Twig
Raw Normal View History

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