templates: index rework
1 file changed, 5 insertions(+), 1 deletion(-)
changed files
M templates/404.html → templates/404.html
@@ -3,7 +3,11 @@ <html> <title>404</title> {{ template "head" . }} <body> - 404 — nothing like that here + {{ template "nav" . }} + <main> + <h3>404 — nothing like that here.</h3> + </main> </body> + </html> {{ end }}