{{ define "main" }} {{ partial "page-title.html" . }} {{ with .Params.about }} {{ if .enable }} {{ with .left_person }} {{ with .name }}{{ . | markdownify }}{{ end }} {{ with .description }}{{ . | $.Page.RenderString (dict "display" "block") }}{{ end }} {{ end }} {{ with .right_person }} {{ with .name }}{{ . | markdownify }}{{ end }} {{ with .description }}{{ . | $.Page.RenderString (dict "display" "block") }}{{ end }} {{ end }} {{ end }} {{ end }} {{ with .Params.mission_vision }} {{ if .enable }} {{ range $index, $elements := .tabs }} {{ .name }} {{ end }} {{ range $index, $elements := .tabs }} {{ .content | $.Page.RenderString (dict "display" "block") }} {{ end }} {{ end }} {{ end }} {{ if .Params.cta.enable }} {{ partial "cta.html" . }} {{ end }} {{ end }}
{{ . | $.Page.RenderString (dict "display" "block") }}