{{ if eq .Site.Params.version 1 }} {{- partial "sections/v1/head.html" . -}} {{- block "head" . -}}{{- end }} {{ else if eq .Site.Params.version 2 }} {{- partial "sections/v2/head.html" . -}} {{- block "head" . -}}{{- end }} {{ else if eq .Site.Params.version 3 }} {{- partial "sections/v3/head.html" . -}} {{- block "head" . -}}{{- end }} {{ else }} {{ end }} {{ if eq .Site.Params.version 1 }}
{{- partial "sections/v1/scripts.html" . -}} {{- partial "sections/v1/header1.html" . -}} {{- block "main" . -}}{{- end }} {{- partial "sections/v1/footer.html" . -}} {{ else if eq .Site.Params.version 2 }} {{- partial "sections/v2/scripts.html" . -}} {{- partial "sections/v2/header.html" . -}} {{- block "main" . -}}{{- end }} {{- partial "sections/v2/footer.html" . -}} {{ else if eq .Site.Params.version 3 }} {{- partial "sections/v3/scripts.html" . -}} {{- partial "sections/v3/navbar.html" . -}} {{- block "main" . -}}{{- end }} {{- partial "sections/v3/footer.html" . -}} {{ else }} {{ end }}