``` ``{ var books = query.pages() .tags('book') .get() }`` ``query.table(books)`` ``` If I type it this way, even in code blocks, it doesn't work.. How do i make this work, and also to add to it, how to use variables while doing queries p.s ik, that `{{renderer :view, "query.table(query.pages().tags('book').get())"}}` works