github.com/square/finch@v0.0.0-20240412205204-6530c03e2b96/docs/themes/hugo-geekdoc/layouts/_default/_markup/render-image.html (about)

     1  <img
     2    src="{{ .Destination | safeURL }}"
     3    alt="{{ .Text }}"
     4    {{ with .Title }}title="{{ . }}"{{ end }}
     5  />
     6  {{- /* Drop trailing newlines */ -}}