*/}}
{{ with .icon }}
@@ -74,15 +75,35 @@
-{{ with .Params.featureslead }}
+
+
+
+
+ {{ with .Params.featureslead }}
- {{ partial "components/IconHeaderSubheaderText" (dict "icon" .icon "headline" .headline "subline" .subline "text" .content) }}
+ {{ partial "components/iconheadersubheadertext" . }}
-{{ end }}
+ {{ end }}
+
+
+
+
+ {{ range $i, $e:= .Params.features }}
+
+
+ {{ partial "components/iconheadersubheadertext" . }}
+
+
+ {{ end }}
+
+
+
+
+
{{ with site.GetPage "sections/testimonial" }}
diff --git a/themes/hugoplate/layouts/partials/components/IconHeaderSubheaderText.html b/themes/hugoplate/layouts/partials/components/IconHeaderSubheaderText.html
deleted file mode 100644
index 2120818..0000000
--- a/themes/hugoplate/layouts/partials/components/IconHeaderSubheaderText.html
+++ /dev/null
@@ -1,18 +0,0 @@
-{{ define "IconHeaderSubheaderText" }}
-
- {{ with .icon }}
-
- {{ end }}
-
- {{ with .headline }}
-
{{ . }}
- {{ end }}
- {{ with .subline }}
-
{{ . }}
- {{ end }}
- {{ with .text }}
-
{{ . }}
- {{ end }}
-
-
-{{ end }}
\ No newline at end of file
diff --git a/themes/hugoplate/layouts/partials/components/iconheadersubheadertext.html b/themes/hugoplate/layouts/partials/components/iconheadersubheadertext.html
new file mode 100644
index 0000000..41eeb26
--- /dev/null
+++ b/themes/hugoplate/layouts/partials/components/iconheadersubheadertext.html
@@ -0,0 +1,14 @@
+
diff --git a/themes/hugoplate/layouts/partials/testPartial.html b/themes/hugoplate/layouts/partials/testPartial.html
new file mode 100644
index 0000000..7839993
--- /dev/null
+++ b/themes/hugoplate/layouts/partials/testPartial.html
@@ -0,0 +1,3 @@
+{{ define "testPartial" }}
+
Dies ist ein Test-Partial.
+{{ end }}
\ No newline at end of file
diff --git a/themes/hugoplate/layouts/shortcodes/columns.html b/themes/hugoplate/layouts/shortcodes/columns.html
new file mode 100644
index 0000000..5d426d4
--- /dev/null
+++ b/themes/hugoplate/layouts/shortcodes/columns.html
@@ -0,0 +1,7 @@
+
+{{ range split .Inner "..column.." }}
+{{ printf "
"| safeHTML }}
+{{ . | safeHTML }}
+{{ printf "
" | safeHTML }}
+{{ end }}
+
\ No newline at end of file
diff --git a/themes/hugoplate/layouts/shortcodes/section.html b/themes/hugoplate/layouts/shortcodes/section.html
new file mode 100644
index 0000000..aa8d930
--- /dev/null
+++ b/themes/hugoplate/layouts/shortcodes/section.html
@@ -0,0 +1,4 @@
+
+{{ .Inner }}
+
+
\ No newline at end of file
diff --git a/themes/hugoplate/layouts/shortcodes/slider.html b/themes/hugoplate/layouts/shortcodes/slider.html
new file mode 100644
index 0000000..e69de29