Update the 404 template
This commit is contained in:
parent
ba73889720
commit
73817dbf90
1 changed files with 10 additions and 2 deletions
|
@ -1,3 +1,11 @@
|
|||
{{ define "main" }}
|
||||
<h1 class="title-404">404</h1>
|
||||
{{ define "header" }}
|
||||
{{ partial "header.html" . }}
|
||||
{{ end }}
|
||||
|
||||
{{ define "main" }}
|
||||
<h1>Not Found</h1>
|
||||
{{ end }}
|
||||
|
||||
{{ define "footer" }}
|
||||
{{ partial "footer.html" . }}
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue