2026-01-26 22:28:27 +01:00
|
|
|
{{/* Remove <nav id="TableOfContents"> and </nav> from .TableOfContents */}}
|
|
|
|
|
{{ $toc := .TableOfContents }}
|
|
|
|
|
{{ $toc = replace $toc "<nav id=\"TableOfContents\">" "" }}
|
|
|
|
|
{{ $toc = replace $toc "</nav>" "" }}
|
|
|
|
|
|
|
|
|
|
{{ return $toc }}
|