render-image.html 146 B

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