AMPERION_Webpage/layouts/_default/render-image.html

9 lines
335 B
HTML
Raw Permalink Normal View History

2025-08-14 22:28:22 +02:00
{{- $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 -}}