{{ define "main" }} {{ partial "breadcrumbs.html" . }}
{{ partialCached "icon" "navigate_before" "navigate_before" }}View all tags

{{ partialCached "icon" .Params.icon .Params.icon }} {{ .Title }}

{{ .Content }}
Pages with this tag: {{ partial "pagination.html" . }}
{{ range .Paginator.Pages }} {{ $scratch := partialCached "utils/tocparser.html" . . }} {{ $sections := $scratch.GetSortedMapValues "sections" }} {{ end }}
Title Section
{{ .Title }} {{ range $i, $e := $sections }} {{ if $i }} / {{ end }} {{ $e.title }} {{ end }}
{{ end }}