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

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