diff --git a/views/faq.hbs b/views/faq.hbs index d07d104..eb8e104 100644 --- a/views/faq.hbs +++ b/views/faq.hbs @@ -15,39 +15,10 @@

{{ locale.faq.title }}

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

{{ locale.faq.a1 }}

-
- -
- {{ locale.faq.q2 }} -

{{ locale.faq.a2 }}

-
- -
- {{ locale.faq.q3 }} -

{{ locale.faq.a3 }}

-
- -
- {{ locale.faq.q4 }} -

{{ locale.faq.a4 }}

-
- -
- {{ locale.faq.q5 }} -

{{ locale.faq.a5 }}

-
- -
- {{ locale.faq.q6 }} -

{{ locale.faq.a6 }}

-
- -
- {{ locale.faq.q7 }} -

{{ locale.faq.a7 }}

+ {{question}} +

{{answer}}

@@ -55,4 +26,4 @@ {{> footer-default }} - \ No newline at end of file +