{{ $isHome := .IsHome }} {{ $isServer := site.IsServer }} {{ $pageType := cond $isHome "home" .Section }} {{ if not $isServer }} {{ partial "google-analytics.html" . }} {{ end }} {{ partial "meta.html" . }} {{ partial "twitter-card.html" . }} {{ partial "open-graph-tags.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" . }}