6 lines
		
	
	
		
			140 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			140 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{{ define "main" }}
 | 
						|
<br>
 | 
						|
<div id="home-jumbotron" class="jumbotron text-center">
 | 
						|
  <h1 class="title">{{ .Site.Title }}</h1>
 | 
						|
</div>
 | 
						|
{{ end }} |