compose-theme/layouts/shortcodes/block.html

6 lines
183 B
HTML
Raw Permalink Normal View History

2024-07-26 17:08:59 +02:00
{{- $modifier := .Get 0 -}}
{{- $bg := .Get 1 -}}
<section class="{{ $modifier }}" {{ with $bg }}style="background-image: url(/images/{{ . }})"{{ end }}>
{{- .Inner -}}
</section>