Erstellt Preislisten, PHPMAiler installiert

This commit is contained in:
Andreas Hnida 2024-02-21 09:12:01 +00:00
commit 3217c0a202
35 changed files with 1011 additions and 73 deletions

View file

@ -0,0 +1,5 @@
<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>