Example #1
0
func Error404(ctx ela.Context, err error) {
	ctx.ServeError(404, "404.html")
}