update 404 to match baseof

This commit is contained in:
Aditya Telange 2020-07-22 17:29:51 +05:30
parent e230bd3b44
commit cf6aa709cd

View File

@ -1,3 +1,3 @@
{{- partial "header.html" . }}
{{ define "main" }}
<div class="not-found">404</div>
{{- partial "footer.html" . }}
{{ end }}{{/* end main */}}