mirror of
				https://github.com/fooflington/selfdefined.git
				synced 2025-10-31 06:08:33 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			458 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			458 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| <section>
 | |
|   <nav class="" aria-label="Definitions">
 | |
|     <ol class="multi-column u-no-padding-left list">
 | |
|     {% for section in collections.tableOfContent %}
 | |
|       <li>
 | |
|         <span class="sub-headline">{{ section.title }}</span>
 | |
|         <ol>
 | |
|           {% for definition in section.definitions %}
 | |
|             {% include 'components/table-of-content-item.njk' %}
 | |
|           {% endfor %}
 | |
|         </ol>
 | |
|       </li>
 | |
|     {% endfor %}
 | |
|     </ol>
 | |
|   </nav>
 | |
| </section>
 | 
