6 lines
No EOL
267 B
HTML
6 lines
No EOL
267 B
HTML
<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> |