{{#if title}}

{{title}}

{{/if}}
{{#each quotes}}

{{this.quote}}

{{#if this.author}}
{{this.author}} {{#if this.title}} {{this.title}} {{/if}}
{{/if}}
{{/each}}
{{#if quotes.[1]}}
{{#each quotes}} {{/each}}
{{/if}}