---
title: Crossbow Home
---
{{#each pages}}
{{#if_not_eq this.url '/'}}
- {{this.title}}
{{/if_not_eq}}
{{/each}}
Categories
{{#each categories}}
{{$_ "startCase" this.name}}
{{#each this.items}}
{{/each}}
{{/each}}
Tags
{{#each tags}}
{{$_ "startCase" this.name}}
{{#each this.items}}
{{/each}}
{{/each}}
{{#each work}}
{{this.name}}
{{/each}}