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

weru
21.01.2023 747b3ce5e0e4a8a4087e35ff553628722a49d4cb
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>