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

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