{{ partial "head.html" . }}
{{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{ . }} | {{ end }}{{ .Site.Title }}{{ end }}
{{ partial "navbar.html" . }} {{ partial "announcement.html" . }}
{{ partial "sidebar.html" . }}
{{ if not .Site.Params.ui.breadcrumb_disable }}{{ partial "breadcrumb.html" . }}{{ end }} {{ block "deprecated" . }} {{ partial "deprecation-warning.html" . }} {{ end }} {{ block "main" . }}{{ end }} {{ if (and (not .Params.hide_feedback) (.Site.Params.ui.feedback.enable) (.Site.GoogleAnalytics)) }} {{ partial "feedback.html" .Site.Params.ui.feedback }} {{ end }}
{{ partial "page-meta-lastmod.html" . }}
{{ if (.Site.DisqusShortname) }}
{{ partial "disqus-comment.html" . }} {{ end }}
{{ partial "toc.html" . }}
{{ partial "footer.html" . }}
{{ partial "scripts.html" . }}