feat: add 404 error page layout and update topbar for 404 handling
This commit is contained in:
6
layouts/404.html
Normal file
6
layouts/404.html
Normal file
@ -0,0 +1,6 @@
|
||||
{{ define "main" }}
|
||||
<h1 class="dynamic-title">404: Page not found</h1>
|
||||
<div class="content">
|
||||
<blockquote class="prompt-danger"><p>{{ i18n "not_found.statement" }}</p></blockquote>
|
||||
</div>
|
||||
{{ end }}
|
Reference in New Issue
Block a user