7 lines
		
	
	
		
			270 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			270 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{{ define "title" }}404 page not found - {{ .Site.Title }}{{ end }}
 | 
						|
 | 
						|
{{ define "main" }}
 | 
						|
    <h1 class="not-found-title">404: Not found</h1>
 | 
						|
    <h2>Sorry, we couldn't find the page you're looking for.</h2>
 | 
						|
    <a href="{{ "/" | relLangURL }}">Go back home</a>
 | 
						|
{{ end }} |