8 lines
172 B
Text
8 lines
172 B
Text
|
<img
|
||
|
data-src="{{ .ImageSource }}"
|
||
|
alt="{{ .AlternativeText }}"
|
||
|
id="{{ .ID }}"
|
||
|
{{ range .Attributes }}
|
||
|
{{- . }}
|
||
|
{{ end }}
|
||
|
/>
|