before implementing search
This commit is contained in:
		
							
								
								
									
										12
									
								
								themes/fiscleconsult/layouts/_default/baseof.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								themes/fiscleconsult/layouts/_default/baseof.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,12 @@
 | 
			
		||||
<!DOCTYPE html>
 | 
			
		||||
<html>
 | 
			
		||||
    {{- partial "head.html" . -}}
 | 
			
		||||
    <body>
 | 
			
		||||
        {{- partial "header.html" . -}}
 | 
			
		||||
        <div id="content">
 | 
			
		||||
        {{- block "main" . }}{{- end }}
 | 
			
		||||
        </div>
 | 
			
		||||
        {{- partial "footer.html" . -}}
 | 
			
		||||
        {{- partial "script.html" . -}}
 | 
			
		||||
    </body>
 | 
			
		||||
</html>
 | 
			
		||||
		Reference in New Issue
	
	Block a user