[*] Initial commit

This commit is contained in:
Lorenzo Cogotti
2021-07-19 16:05:53 +02:00
commit 64781e5420
91 changed files with 3714 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<div class="{{ .Get "class" }}" style="{{ .Get "style" | safeCSS }}">
{{ with .Get "title" }}
<h1 class="section-title">{{ . }}</h1>
{{ end }}
{{ .Inner }}
</div>

View File

@@ -0,0 +1,3 @@
<div class="{{.Get "class"}}" style="display: flex; flex-direction: row; flex-wrap: wrap;{{.Get "style" | safeCSS }}">
{{- .Inner -}}
</div>