12 lines
		
	
	
		
			268 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			268 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{ define "main" }}
 | |
| <div class="post">
 | |
|   <h1 class="post-title">404!</h1>
 | |
| 
 | |
|   <div class="post-content">
 | |
|     {{ .Site.Params.missingContentMessage }}<br>
 | |
|     <a href="{{ "/" | absURL }}">{{ .Site.Params.missingBackButtonLabel }} →</a>
 | |
|   </div>
 | |
| 
 | |
| </div>
 | |
| {{ end }}
 |