From 61fcfac541fe2271c052771b1c33b7511efb75bb Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 27 Jul 2024 08:00:00 +0800 Subject: Indent the HTML with tabs --- templates/404.html | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'templates/404.html') diff --git a/templates/404.html b/templates/404.html index bca9d35..dd8c813 100644 --- a/templates/404.html +++ b/templates/404.html @@ -1,14 +1,13 @@ {{ define "404" }} - 404 -{{ template "head" . }} - - {{ template "nav" . }} -
-

404 — nothing like that here.

-
- - + 404 Not Found + {{ template "head" . }} + + {{ template "nav" . }} +
+

404 Not Found

+
+ {{ end }} -- cgit v1.2.3