{{template "head" .View}} {{template "header" .View}}
{{template "page_header" (pageHeader .View "pages.faq.title" "pages.faq.description" "/static/images/pages/guide.jpg")}}

{{t .View "common.confirmBeforeTravel"}}

{{range .Items}}
{{index . "question"}}

{{index . "answer"}}

{{end}}
{{template "footer" .View}} {{template "scripts" .View}}