# TAGS
{{#each {tag select name where parent != "builtin" order by name}}}
_[[π {{name}}|#{{name}}({{tagCount(name)}})]]_ {{/each}}
# TASKS
{{#let @pages = {task select page where not done and itags != "nic" and itags != "meta"}}}
{{#if @pages}}
{{#each @p in @pages}}
**[[{{@p.page}}]]**{{#each {tag where page = @p.page}}} _[[π {{name}}|#{{name}}]]_{{/each}}
{{#each {task where page = @p.page and not done order by pos asc}}}
- {{text}}
{{/each}}
{{/each}}
{{else}}
_All done._
{{/if}}
{{/let}}
# LATEST
[[All pages|Show all ({{tagCount("page")}})]]
{{#each {page where tags != "template" and tags != "nic" and tags != "meta" order by created desc limit 15}}}
### [[{{name}}]]
_{{niceDate(created)}}{{#each tags}} [[π {{.}}|#{{.}}]]{{/each}}_
{{/each}}
@zamuz can you update this to work with Silverbullet v2? thanks!