Render a dataview list of elements; accept both vanilla arrays and data arrays.
dv.list([1, 2, 3]) => list of 1, 2, 3dv.list(dv.pages().file.name) => list of all file namesdv.list(dv.pages().file.link) => list of all file linksdv.list(dv.pages("#book").where(p => p.rating > 7)) => list of all books with rating greater than 7