--- layout: default --- {% for section in page.sections %} {% if section.id != "faq" %}

{{ section.heading }}

{{ section.content | markdownify }}
{% endif %} {% endfor %}
{% for section in page.sections %} {% if section.id == "faq" %}

{{ section.heading }}

{{ section.content | markdownify }}
{% endif %} {% endfor %}