mirror of
https://github.com/Noratrieb/website.git
synced 2026-01-14 08:55:01 +01:00
3 lines
380 B
HTML
3 lines
380 B
HTML
{{ if .Get "src" }}
|
|
<img src="{{ .Get "src" | safeURL }}" {{ with .Get "alt" }} alt="{{ . | plainify }}" {{ end }} class="{{ with .Get "position"}}{{ . }}{{ else -}} left {{- end }}" {{ with .Get "style" }} style="{{ . | safeCSS }}" {{ end }} {{ with .Get "width" }} width="{{ . | plainify }}" {{ end }} {{ with .Get "height" }} height="{{ . | plainify }}" {{ end }} />
|
|
{{ end }}
|