9 lines
243 B
HTML
9 lines
243 B
HTML
{{ if .Title }}
|
|
<figure>
|
|
<img src="{{ .Destination | safeURL }}" alt="{{ .Text }}">
|
|
<center><figcaption>{{ .Title }}</figcaption></center>
|
|
</figure>
|
|
{{ else }}
|
|
<img src="{{ .Destination | safeURL }}" alt="{{ .Text }}">
|
|
{{ end }}
|