compose-theme/layouts/shortcodes/block.html
2024-07-26 17:08:59 +02:00

5 lines
183 B
HTML

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