13 lines
		
	
	
		
			436 B
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			436 B
		
	
	
	
		
			HTML
		
	
	
	
| {{ if .Params.enableTocContent }}
 | |
| <div class="expand">
 | |
|   <button type="button" class="expand__button" aria-label="Expand Button">
 | |
|     <span class="expand-icon expand-icon__right">
 | |
|       {{ partial "svgs/arrow/keyboard-arrow-right.svg" (dict "width" 24 "height" 24) }}
 | |
|     </span>
 | |
|     {{ i18n "toc-label" }}
 | |
|   </button>
 | |
|   <div class="expand__content expand__content--toc">
 | |
|     {{ .TableOfContents }}
 | |
|   </div>
 | |
| </div>
 | |
| {{ end }} |