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

weru
08.23.2020 b33efbb800d72f30b05e25f0967ecc4729d57402
1
2
3
4
5
6
{{- $src := .Get 0 }}
{{- $alt := .Get 1 }}
{{- $modifier := .Get 2 -}}
<figure {{ with $modifier }}class="icon_{{ . }}"{{ end }}>
  <img src="/images/{{ $src }}" alt="{{ $alt }}" class="icon">
</figure>