package tpl import "strconv" templ ErrorPage(code int, message string) { @Layout(HeaderParams{}) {
{ message }