render-image.html 167 B

1234
  1. <figure>
  2. <img src="{{ .Destination }}" alt="{{ .Text }}" {{ with .Title }} title="{{ . }}" {{ end }}/>
  3. <figcaption>{{.Text | safeHTML }}</figcaption>
  4. </figure>