All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			
		
			
				
	
	
		
			12 lines
		
	
	
		
			260 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			260 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
|     {{- partial "head.html" . -}}
 | |
|     <body>
 | |
|         {{- partial "header.html" . -}}
 | |
|         <div id="content">
 | |
|         {{- block "main" . }}{{- end }}
 | |
|         </div>
 | |
|         {{- partial "footer.html" . -}}
 | |
|     </body>
 | |
| </html>
 |