8 lines
335 B
HTML
8 lines
335 B
HTML
{{- $alt := .Text | default .Title | default "AMPERION" -}}
|
|
<img src="{{ .Destination | safeURL }}"
|
|
alt="{{ $alt }}"
|
|
loading="lazy"
|
|
decoding="async"
|
|
{{ with .PlainWidth }}width="{{ . }}"{{ end }}
|
|
{{ with .PlainHeight }}height="{{ . }}"{{ end }}>
|
|
{{- if .Title }}<figcaption>{{ .Title }}</figcaption>{{ end -}}
|