quadrille-elsa.fr/themes/zhaohuabing/layouts/_default/_markup/render-image.html
Adrian Amaglio c5b2a334f7 init
2023-09-18 21:27:59 +02:00

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 }}