7 lines
146 B
HTML
7 lines
146 B
HTML
|
<img
|
||
|
src="{{ .Destination | safeURL }}"
|
||
|
alt="{{ .Text }}"
|
||
|
{{ with .Title }}title="{{ . }}"{{ end }}
|
||
|
/>
|
||
|
{{- /* Drop trailing newlines */ -}}
|