1 2 3 4 5 6 7 8
package tpl templ ErrorPage(err string) { @Layout(HeaderParams{}) { <h1>Ошибка!</h1> <p>{ err }</p> } }