mirror of
				https://github.com/TheLocehiliosan/yadm
				synced 2025-06-13 13:03:58 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			525 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			525 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| ---
 | |
| layout: compress
 | |
| ---
 | |
| 
 | |
| {% include base_path %}
 | |
| 
 | |
| <!doctype html>
 | |
| <html lang="{{ site.locale | slice: 0,2 | default: "en" }}" class="no-js">
 | |
|   <head>
 | |
|     {% include head.html %}
 | |
|     {% include head/custom.html %}
 | |
|   </head>
 | |
| 
 | |
|   <body>
 | |
| 
 | |
|     {% include browser-upgrade.html %}
 | |
|     {% include masthead.html %}
 | |
| 
 | |
|     {{ content }}
 | |
| 
 | |
|     <div class="page__footer">
 | |
|       <footer>
 | |
|         {% include footer/custom.html %}
 | |
|         {% include footer.html %}
 | |
|       </footer>
 | |
|     </div>
 | |
| 
 | |
|     {% include scripts.html %}
 | |
| 
 | |
|   </body>
 | |
| </html>
 |