{{/* Overrides hextra's docs/list.html to widen the docs shell. See assets/css/custom.css (.icuvisor-doc-shell) for the width policy. */}} {{ define "main" }}
{{ partial "sidebar.html" (dict "context" .) }} {{ partial "toc.html" . }}
{{ partial "breadcrumb.html" . }}
{{ if .Title }}

{{ .Title }}

{{ end }} {{ .Content }}
{{ partial "components/last-updated.html" . }} {{ partial "components/pager.html" . }} {{ partial "components/comments.html" . }}
{{ end }}