{{ $toc := partial "toc.html" (dict "page" .) }} {{ $needTOC := .Scratch.Get "needTOC" }} {{ $related := .Site.RegularPages.Related . | first 5 }} {{ with $related }}

See Also

{{ end }} {{ if or .NextInSection .PrevInSection }}



{{ if .NextInSection }} {{ .NextInSection.Title }} {{ end }}
{{ if .PrevInSection }} {{ .PrevInSection.Title }} {{ end }}
{{ end }} {{ if and $needTOC (not .Params.force_inline_toc) }}
{{ end }}