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

Lauris BH
16.39.2023 14357bb3e16755bc8ea8aea61d77a8db1151b99d
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>