5 lines
No EOL
434 B
HTML
5 lines
No EOL
434 B
HTML
<section class="bg-cover items-center pt-32 pb-32 {{ with .Get "light-text" }}light-text {{ end }} {{ with .Get "classes" }} {{ . }} {{ 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" >
|
|
{{ .Inner }}
|
|
</div>
|
|
</section> |