Currently "where" cannot be chained with "isset"

Hi,

I think it will be great if “where” can be chained with “isset”. Something on the lines of :

{{ range first 10 ( where .Paginator.Pages (isset . ".Params.SomePageSpecifcFlagToFilterThisPageOut") ) }}
...
{{end}}

Thanks