7 lines
		
	
	
		
			No EOL
		
	
	
		
			249 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			No EOL
		
	
	
		
			249 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{ define "main" }}
 | |
|     <div class="not-found-card">
 | |
|         <h1 class="article-title">{{ T "notFound.title" }}</h1>
 | |
|         <h2 class="article-subtitle">{{ T "notFound.subtitle" }}</h2>
 | |
|     </div>
 | |
|     {{ partialCached "footer/footer" . }}
 | |
| {{ end }} |