{{# if messages.success }}

{{ messages.success }}

{{ else }} {{# if messages.error }}

{{ messages.error }}

{{/if}} {{/if}}
{{#each query}}

{{this.author}}

{{this.votes}}

Solution

{{this.text}}

{{this.commentCount}} comments

    {{#each this.comments}}
  • {{this.by}} , {{this.date}}

    {{this.text}}

  • {{/each}}
{{/each}}