aboutsummaryrefslogtreecommitdiff
path: root/views/error.templ
diff options
context:
space:
mode:
Diffstat (limited to 'views/error.templ')
-rw-r--r--views/error.templ2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/error.templ b/views/error.templ
index 3e857ef..27d0b55 100644
--- a/views/error.templ
+++ b/views/error.templ
@@ -1,7 +1,7 @@
package views
templ ErrorPage(err error) {
- @Layout(nil) {
+ @Layout() {
<h1>Ошибка</h1>
{ err.Error() }
}