shorgru/pkg/tpl/error.templ

9 lines
117 B
Text
Raw Normal View History

package tpl
templ ErrorPage(err string) {
@Layout(HeaderParams{}) {
<h1>Ошибка!</h1>
<p>{ err }</p>
}
}