Add not-found error handler

This commit is contained in:
2021-12-03 03:01:48 +01:00
parent d9ab404cf2
commit f0b3d34c05
3 changed files with 17 additions and 0 deletions
+2
View File
@@ -3,4 +3,6 @@ package content
// Error content data
type Error struct {
_ interface{} `template:"error.go.tmpl"`
Message string
}