{{#each routes}}
{{#if this.name}} {{this.name}} {{else}} {{this.method}} {{this.path}} {{/if}} {{#each this.tags}}
{{this}}
{{/each}}
{{#multipleIf this.description this.notes this.auth this.vhost this.cors this.jsonp}}
{{#if this.description}}

Description

{{{this.description}}}

{{/if}} {{#if this.notes}}

Notes

{{{this.notes}}}

{{/if}} {{#if this.auth}}

Authentication

Strategies

{{this.auth.strategies}}

Mode

{{this.auth.mode}}

Payload

{{this.auth.payload}}

{{#if this.auth.scope}}

Scope

{{this.auth.scope}}

{{/if}} {{#if this.auth.entity}}

Entity

{{this.auth.entity}}

{{/if}} {{#if this.auth.tos}}

Terms of service

{{this.auth.tos}}

{{/if}}

{{/if}} {{#if this.vhost}}

Virtual host

{{this.vhost}}

{{/if}} {{#if this.cors}}

CORS

{{this.cors}}

{{/if}} {{#if this.jsonp}}

JSONP

{{this.jsonp}}

{{/if}}
{{/multipleIf}}
{{/each}}