diff --git a/views/faq.hbs b/views/faq.hbs index eb8e104..a0ee65e 100644 --- a/views/faq.hbs +++ b/views/faq.hbs @@ -15,11 +15,12 @@

{{ locale.faq.title }}

- {{#each faq.qna}} + {{#each locale.faq.qna}}
{{question}}

{{answer}}

+ {{/each}}