gorum/views/error.templ

9 lines
104 B
Text

package views
templ ErrorPage(err error) {
@Layout() {
<h1>Ошибка</h1>
{ err.Error() }
}
}