smol/layouts/_default/_markup/render-image.html

9 lines
207 B
HTML

{{ $img := imageConfig (add "/static/" (.Destination | safeURL)) }}
<img
src="{{ .Destination | safeURL }}"
alt="{{ .Text }}"
loading="lazy"
width="{{ $img.Width }}"
height="{{ $img.Height }}"
/>