From e1b9fd8eeb11d2bb76eb5cc1140bd8cd98cae65b Mon Sep 17 00:00:00 2001 From: Montelion <49426949+Montelion@users.noreply.github.com> Date: Sat, 25 Apr 2020 00:43:27 +0200 Subject: [PATCH] Updated faq.hbs faq.hbs now uses handlebars each helper --- views/faq.hbs | 37 ++++--------------------------------- 1 file changed, 4 insertions(+), 33 deletions(-) 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 +