mirror of
				https://github.com/falsycat/ar.falsy.cat.git
				synced 2025-10-31 05:38:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			127 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			127 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="{{ .Lang }}">
 | |
| {{ block "head" . }}
 | |
| {{ end }}
 | |
| 
 | |
| <body>
 | |
| {{ block "main" . }}
 | |
| {{ end }}
 | |
| </body>
 | |
| </html> |