package tplx import ( `errors` ) var ( ErrInvalidTplType = errors.New("unknown/invalid template type") )