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

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