mirror of
https://github.com/maikka39/Personal-Website.git
synced 2026-09-27 20:46:25 +00:00
5 lines
268 B
HTML
5 lines
268 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 }} />
|
|
{{ end }} |