Angelegt "Elektronische Abrechnung"

This commit is contained in:
Andreas Hnida 2024-02-20 14:51:00 +00:00
commit 07171c38d6
9 changed files with 209 additions and 7 deletions

View file

@ -1,4 +1,4 @@
<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 }}');">
<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" >
{{ .Inner }}