package errorView import "github.com/fossyy/filekeeper/view/layout" templ content(title string){ @layout.Base(title){

404 Not Found

The page you are looking for does not exist. It might have been moved or deleted.

} } templ Main(title string) { @content(title) }