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

bb1950328
28.25.2021 cd3c7ffb792b1288b25fadbef3a2d99f5e6a55bc
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>