{{/* Overrides hextra's docs/single.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" .) }} {{ if .Params.tool_catalog }} {{ partial "custom/tool-toc.html" . }} {{ else }} {{ partial "toc.html" . }} {{ end }}
{{ partial "breadcrumb.html" . }}
{{ if .Title }}

{{ .Title }}

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