You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
435 B

{{define "main"}}
<div class="container">
<div class="py-5">
<section class="d-flex flex-column flex-fill align-items-center justify-content-center py-3">
<h1 class="al-section-title">
404 Not Found
</h1>
<div>
{{ i18n "Sorry, but the page you were trying to access could not be found." }}
</div>
</section>
</div>
</div>
{{end}}