mirror of
				https://github.com/fooflington/selfdefined.git
				synced 2025-10-31 06:08:33 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			445 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			445 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {% extends 'layouts/base.njk' %}
 | |
| 
 | |
| {% block content %}
 | |
|   <main>
 | |
|     {{ content | safe }}
 | |
|     {% include 'components/table-of-content.njk' %}
 | |
|     <section>
 | |
|       <h2>Words</h2>
 | |
|       {% include 'components/defintions-list.njk' %}
 | |
|     </section>
 | |
|   </main>
 | |
|   <footer class="site-footer">
 | |
|     <nav aria-label="">
 | |
|       <ul class="navigation-list">
 | |
|         <li><a href="/documentation/">Documentation
 | |
|       </ul>
 | |
|     </nav>
 | |
|   </footer>
 | |
| {% endblock %}
 | 
