diff --git a/web/shared/layout/layout.templ b/web/shared/layout/layout.templ index ac7da24..b696cc5 100644 --- a/web/shared/layout/layout.templ +++ b/web/shared/layout/layout.templ @@ -2,6 +2,7 @@ package layout import ( "mal/web/components/icons" + "time" ) templ Layout(title string, showHeader bool) { @@ -25,7 +26,7 @@ templ Layout(title string, showHeader bool) {
if showHeader {