mirror of
				https://github.com/ItsDrike/itsdrike.com.git
				synced 2025-11-03 19:56:36 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			177 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			177 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{{ define "main" }}
 | 
						|
  <div id="main" class="short-top">
 | 
						|
    <div class="container">
 | 
						|
      {{ partial "header_image.html" . }}
 | 
						|
      {{ .Content }}
 | 
						|
    </div>
 | 
						|
  </div>
 | 
						|
{{ end }}
 |