package consts import "errors" var ( ErrPageNotFound = errors.New("page not found") )