package main templ errorTemplate(params ErrorPageParams) { Error @headCommonTemplate(params.HeadParams) @topTemplate()
@templ.Raw(params.MessageHTML())
{ params.Errors }
Are you lost? Go to the homepage
@footerTemplate() }