package component type ErrorPageVModel struct { Message string } templ ErrorPage(vmodel ErrorPageVModel) { @Page(WithTitle("Error")) {
Error