e9a64f3 ^
96e2ce2 ^
ce3111b ^
1 2 3
4
5 6 7
8
package views templ ErrorPage(err error) { @Layout() { <h1>Ошибка</h1> { err.Error() } } }