{{- $isHome := .IsHome }} {{- $isServer := .Site.IsServer }} {{- $pageType := cond $isHome "home" .Section }} {{- if not $isServer }} {{ partial "google-analytics.html" . }} {{- end }} {{ partial "meta.html" . }} {{ block "title" . }}{{ .Site.Title }} – {{ .Site.Params.description.brief }}{{ end }} {{ partial "css.html" . }} {{ partial "navbar.html" . }}
{{ block "main" . }}{{ end }}
{{ partial "footer.html" . }} {{ partial "javascript.html" . }}