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