15 lines
		
	
	
		
			198 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			198 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| 
 | |
| <head>
 | |
|     <%- include index/head %>
 | |
| </head>
 | |
| 
 | |
| <body>
 | |
|     <%- include index/header %>
 | |
|     <%- include index/body %>
 | |
|     <%- include index/footer %>
 | |
| </body>
 | |
| 
 | |
| </html>
 |