website/themes/hugoplate/layouts/shortcodes/htmlsection.html

5 lines
398 B
HTML
Raw Normal View History

<section class="bg-cover items-center pt-32 pb-32 {{ with .Get "light-text" }}light-text {{ end }}" style="{{ with .Get "fixed" }}background-attachment: fixed;{{ end }}background-image: url('{{ with .Get "background-image" }}{{ . }}{{ end }}');{{ with .Get "background-color" }}background-color: {{ . }}{{ end }};">
<div class="container items-center" >
{{ .InnerDeindent }}
</div>
</section>