add base structure
This commit is contained in:
		
							
								
								
									
										10
									
								
								layouts/_default/baseof.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								layouts/_default/baseof.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
<!DOCTYPE html>
 | 
			
		||||
<html lang="en">
 | 
			
		||||
{{ block "head" . }}
 | 
			
		||||
{{ end }}
 | 
			
		||||
 | 
			
		||||
<body>
 | 
			
		||||
{{ block "main" . }}
 | 
			
		||||
{{ end }}
 | 
			
		||||
</body>
 | 
			
		||||
</html>
 | 
			
		||||
		Reference in New Issue
	
	Block a user