{{- partial "init/index.html" . -}} {{- if .IsHome | and (ne .Site.Params.disable_theme_inject true) }} {{- end }} {{ block "title" . }}{{ .Site.Title }}{{ end }} {{- partial "base/head/index.html" . -}} {{- /* Body wrapper */ -}}
{{- partial "base/header.html" . -}} {{- partial "base/breadcrumb.html" . -}} {{- $toc := dict "Page" .Page "Key" "toc" | partial "function/param.html" -}}
{{- block "content" . }}{{ end -}}
{{- /* Comment */ -}} {{- block "comments" . }}{{ end -}} {{- /* Footer */ -}} {{- partialCached "base/footer.html" . -}}
{{- /* Theme widgets */ -}} {{- partial "base/widgets.html" . -}} {{- /* Load JavaScript scripts and CSS */ -}} {{- partial "base/assets.html" . -}}