6 lines
242 B
HTML
6 lines
242 B
HTML
<img src="{{ .Get "src" }}"
|
|
alt="{{ .Get "alt" | default "Image" }}"
|
|
{{ with .Get "class" }}class="{{ . }}"{{ end }}
|
|
{{ with .Get "width" }}width="{{ . }}"{{ end }}
|
|
{{ with .Get "height" }}height="{{ . }}"{{ end }} />
|