iceberg-theme/layouts/index.html [15:31]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {{ if eq $.Site.Params.siteType "docs" }} {{ .Scratch.Set "includeTermynal" false }} {{ partial "body.html" . }} {{ else }} {{ partial "head.html" . }} {{ partial "header.html" . }}
{{ partial "about.html" . }} {{ partial "services.html" . }} {{ partial "pricing.html" . }} {{ partial "contact.html" . }} {{ .Scratch.Set "includeTermynal" true }} {{ partial "js.html" . }}
{{ end }} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - landing-page/themes/iceberg-theme/layouts/index.html [15:31]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {{ if eq $.Site.Params.siteType "docs" }} {{ .Scratch.Set "includeTermynal" false }} {{ partial "body.html" . }} {{ else }} {{ partial "head.html" . }} {{ partial "header.html" . }}
{{ partial "about.html" . }} {{ partial "services.html" . }} {{ partial "pricing.html" . }} {{ partial "contact.html" . }} {{ .Scratch.Set "includeTermynal" true }} {{ partial "js.html" . }}
{{ end }} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -