{{ partial "head.html" . }}
{{ block "announcement" . }} {{ if .IsHome }} {{ partial "frontpage-announcement.html" . }} {{ else }} {{ partial "announcement.html" . }} {{ end }} {{ end }} {{ partial "header.html" . }} {{ block "hero" . }}
{{ block "hero-title" . }}{{ .Params.bigheader | default .Title }}{{ end }}
{{ .Params.abstract }}
{{ block "hero-more" . }}{{ end }}
{{ block "post-hero" . }} {{ block "deprecated" . }} {{ if .IsHome }} {{ partial "deprecation-warning.html" . }} {{ end }} {{ end }} {{ end }} {{ end }}
{{ block "main" . }}{{ end }}
{{ partialCached "footer.html" . }} {{ partialCached "footer-scripts.html" . }}