mirror of https://github.com/onweru/compose.git

weru
04.32.2020 af9a3fb211440bb37dcbaba8f1da806c756ddbf6
1
2
3
4
{{- $src := .Get 0 }}
{{- $alt := .Get 1 }}
{{- $modifier := .Get 2 -}}
<img src = '{{ $src }}' {{ with $alt }}alt = '{{ . }}'{{ end }} {{ with $modifier }} class = '{{ . }}'{{ end }}>