mirror of
https://github.com/vale981/smol
synced 2025-03-06 09:51:40 -05:00
11 lines
242 B
HTML
11 lines
242 B
HTML
{{ if .Title }}
|
|
<figure>
|
|
<img src="{{ .Destination | safeURL }}" alt="{{ .Text }}" />
|
|
<figcaption>{{ .Title }}</figcaption>
|
|
</figure>
|
|
{{ else }}
|
|
<figure>
|
|
<img src="{{ .Destination | safeURL }}" alt="{{ .Text }}" />
|
|
</figure>
|
|
{{ end }}
|
|
|