Is it possible to create a filtered list using can.Mustache?
E.g. I have a list of items, but I would like to only display some items based on a certain attribute e.g. active = true
Thanks.