--- layout: page permalink: /faq header-image: /assets/img/surgery-hospital-bg.jpg title: FAQ add_to_menu: true description: "Looking for answers? This is the right section for you. In the FAQs we try to answer the most frequently asked questions." keywords: "faq, answer, project, hospitalrun" ---

Looking for answers? This is the right section for you. In the FAQs we try to answer the most frequently asked questions.

{% assign x = 0 %} {% assign y = 0 %} {% for faq in site.data.faq_page %} {% assign y = y | plus:1 %}

{{faq.title}}

{% for questions in faq.subfaq %} {% assign x = x | plus:1 %}
Answer: {{questions.answer}}
{% endfor %}
{% endfor %} {% comment %}

{% endcomment %}