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

weru
21.23.2023 1c0faaf49242a3e51d0dd63ea0bc2444ce13ab37
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>