diff --git a/templates/layout.templ b/templates/layout.templ index 5016947..7db4d1b 100644 --- a/templates/layout.templ +++ b/templates/layout.templ @@ -1,6 +1,5 @@ package templates - templ Layout(comp templ.Component) { @@ -21,5 +20,3 @@ templ Layout(comp templ.Component) { } - - diff --git a/templates/not_found.templ b/templates/not_found.templ index c0eabe0..5b490fb 100644 --- a/templates/not_found.templ +++ b/templates/not_found.templ @@ -1,8 +1,5 @@ package templates - templ NotFound() { -

Not Found

+

Not Found

} - -