1
0
Fork 0
ejv2.cc/themes/dead-simple/layouts/_default/_markup/render-image.html
2024-08-01 06:21:40 +01:00

3 lines
142 B
HTML

<p class="imgp">
<img loading="lazy" src="{{ .Destination | safeURL }}" alt="{{ .Text }}" {{ with .Title}} title="{{ . }}"{{ end }} />
</p>