{{ define "title" }} containerd docs – {{ .Title }} {{ end }} {{ define "main" }} {{- $section := .Section }} {{- $pages := where .Site.Pages "Section" $section }} {{ partial "hero.html" . }} {{ partial "docs/tabs.html" (dict "pages" $pages "currentUrl" .RelPermalink) }}
{{ partial "docs/dropdown.html" . }}
{{ .Content }}
{{- if .TableOfContents }} {{- end }}
{{ partial "docs/arrow-up.html" . }} {{ end }}