{{#each routes}}
{{this.method}}
{{this.path}}
{{#each this.tags}}
{{this}}
{{/each}}
{{/each}}