Oops! Something went wrong.
We're sorry, but an internal server error has occurred. Please try again later.
package errorView import "github.com/fossyy/filekeeper/view/layout" templ NotFound(title string){ @layout.Base(title){
} } templ InternalServerError(title string){ @layout.Base(title){We're sorry, but an internal server error has occurred. Please try again later.