mirror of
https://github.com/imfing/hextra.git
synced 2025-05-13 19:16:26 -04:00
9 lines
319 B
HTML
9 lines
319 B
HTML
![]() |
{{- if .Title -}}
|
||
|
<figure>
|
||
|
<img src="{{ .Destination | safeURL }}" title="{{ .Title }}" alt="{{ .PlainText | safeHTML }}" loading="lazy" />
|
||
|
<figcaption>{{ .Title }}</figcaption>
|
||
|
</figure>
|
||
|
{{- else -}}
|
||
|
<img src="{{ .Destination | safeURL }}" alt="{{ .PlainText | safeHTML }}" loading="lazy" />
|
||
|
{{- end -}}
|