Repos » blog.jread.com » themes » jwr » layouts » _default » _markup » render-image.html
{{ if .Title }}
<img src="{{ .Destination | safeURL }}" alt="{{ .Text }}" {{ with .Title }} title="{{ . }}" {{ end }} />
<figcaption>{{ .Title | markdownify }}</figcaption>
{{ else }}
<img src="{{ .Destination | safeURL }}" alt="{{ .Text }}" />
{{ end }}
