{{#each faqs}}

{{this.question}}

{{#each this.top_answers}}
{{this.user_name}}
{{this.user_name}}

{{{this.content}}}

{{this.time}}
{{/each}} {{#if this.more_answers}}
{{this.see_more_text}}
{{#each this.more_answers}}
{{this.user_name}}
{{this.user_name}}

{{{this.content}}}

{{this.time}}
{{/each}}
{{/if}}
{{/each}}