package views import "strconv" templ ErrorPage(code int, display string) { @layout("Error - dumb") {
{ display }