4 lines
162 B
HTML
4 lines
162 B
HTML
|
<figure>
|
||
|
<img src="{{ .Destination | safeURL }}" alt="{{ .Text }}" {{ with .Title}} title="{{ . }}"{{ end }} />
|
||
|
<figcaption>{{ .Text }}</figcaption>
|
||
|
</figure>
|