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

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