{{ block "head" . }} {{ partial "meta.html" . }} {{ partial "favicon.html" . }} {{ partial "styles.html" . }} {{ if in .Params.doctypes "devportal" }} {{ partial "devportal/style.html" . }} {{ end }} {{ if fileExists "/layouts/partials/head_custom.html" }} {{ partial "head_custom.html" . }} {{ end }} {{ partial "load_jquery.html" . }} {{ if or ( not .Site.IsServer ) ( not ( in .Site.Params.buildtype "package" ) ) }} {{ partial "trustarc.html" . }} {{ end }} {{ end }} {{ if or ( not .Site.IsServer ) ( not ( in .Site.Params.buildtype "package" ) ) }} {{ partial "gtm.html" . }} {{ end }}
{{ block "header" . }}{{end}}
{{ if not .IsHome }} {{ if not (in .Params.display_breadcrumb "false" ) }} {{ partial "breadcrumb" .}} {{ end }} {{ end }}
{{ block "main" . }}{{ end }}
{{ partial "scripts.html" . }}