diff options
Diffstat (limited to 'templates/pages/error.gohtml')
-rw-r--r-- | templates/pages/error.gohtml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/pages/error.gohtml b/templates/pages/error.gohtml new file mode 100644 index 0000000..8d63bbd --- /dev/null +++ b/templates/pages/error.gohtml @@ -0,0 +1,5 @@ +{{template "layout.gohtml" .}} +{{define "content"}} +<h1>Error happened.</h1> +<h2>Nothing can be done.</h2> +{{ end }} |