{{#if serverName}}
{{serverName}} Documentation
{{else}}
Route Documentation
{{/if}}
{{#each routes}}
{{this.method}}:
{{this.path}}
{{#if this.tags}}
{{this.tags}}
{{/if}}
{{/each}}