From 13a85f42183b7373296fa85319d33f1359feaea9 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Tue, 16 Apr 2024 23:08:59 +0200 Subject: Timer token show & reset --- view/error_404_templ.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/error_404_templ.go') diff --git a/view/error_404_templ.go b/view/error_404_templ.go index 486a7cd..3791569 100644 --- a/view/error_404_templ.go +++ b/view/error_404_templ.go @@ -23,7 +23,7 @@ func Error404() templ.Component { templ_7745c5c3_Var1 = templ.NopComponent } ctx = templ.ClearChildren(ctx) - _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("

Not found

") + _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("

Not found

Back to index

") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } -- cgit