You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			10 lines
		
	
	
		
			421 B
		
	
	
	
		
			HTML
		
	
			
		
		
	
	
			10 lines
		
	
	
		
			421 B
		
	
	
	
		
			HTML
		
	
{{ $hasHeaders := gt (len (findRE "<h\\d.*?>(.|\n)*?</h\\d>" .Content)) 0 }}
 | 
						|
{{ if (or (and (not $.Site.Data.config.enableToc) .Params.enableToc) (and $.Site.Data.config.enableToc (ne .Params.enableToc false) $hasHeaders)) }}
 | 
						|
<aside class="mainTOC">
 | 
						|
    <details {{ if $.Site.Data.config.openToc }}open {{ end }}>
 | 
						|
        <summary>{{ i18n "toc" }}</summary>
 | 
						|
        {{ .TableOfContents }}
 | 
						|
    </details>
 | 
						|
</aside>
 | 
						|
{{end}}
 |