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

6 lines
267 B
HTML
Raw Normal View History

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