mirror of
				https://github.com/mikaela/mikaela.github.io/
				synced 2025-10-30 22:27:23 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			228 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			228 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!doctype html>
 | |
| <html>
 | |
|   {% include head.html %}
 | |
| 
 | |
|   <body>
 | |
|     {% include header.html %}
 | |
| 
 | |
|     <div class="page-content">
 | |
|       <div class="wrapper">{{ content }}</div>
 | |
|     </div>
 | |
| 
 | |
|     {% include footer.html %}
 | |
|   </body>
 | |
| </html>
 |