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

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