-
- {{ range $item := .Params.resources }} -
-
-
- - {{/* Icon class travels with the entry, so a new channel is a content change. - It sits on its own span rather than on the heading: prettier collapses the space - a combined `class="card-title …"` would need. - */}} -
- {{ with $item.icon }} {{ end }}{{ $item.title }} -
-

- {{ $item.text }} -

-
-
-
+
+ {{ range $i, $path := .Params.paths }} +
+ +

{{ $path.title }}

+

{{ $path.text }}

+ +
{{ end }}
-
-

- {{ .Content }} -

-
+ + {{ with .Params.follow }} +

{{ .title }}

+
+ {{ range .items }} +
+
+
+ +

+  {{ .title }} +

+

{{ .text }}

+
+
+
+ {{ end }} +
+ {{ end }} + + {{ with .Params.email }} +

{{ .title }}

+
+ {{ range .items }} +
+
+
+

+ {{ .address }} +

+

{{ .text | markdownify }}

+
+
+
+ {{ end }} +
+ {{ end }}