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

Ошибка { strconv.Itoa(code) }!

{ message }

} }