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

weru
17.21.2024 d61d453655e89efe2fc2a5ef3d1554c5fdc956de
1
2
3
4
5
{{- $modifier := .Get 0 -}}
{{- $bg := .Get 1 -}}
<section class="{{ $modifier }}"  {{ with $bg }}style="background-image: url(/images/{{ . }})"{{ end }}>
  {{- .Inner -}}
</section>