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

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