{% set my_path = page.path %} {% if my_path %} {% set path_parts = my_path.strip('/').split('/') %} {% endif %}
{{ post.content|safe }}
{% if post.authors %} {% endif %}
{% if post.custom_fields['faqs'] %} {% set faq_items = [] %}
{% if post.custom_fields['faq_header'] %}

{{ post.custom_fields['faq_header'] }}

{% else %}

Common Questions About Home Care

{% endif %}
{% for item in post.custom_fields['faqs'] %}
{{ item['answer']|safe }}
{% do faq_items.append({ 'answer_text': item.answer|striptags, 'question_name': item.question }) %} {% endfor %}
{% if faq_items %} {% endif %} {% endif %}
{# {% set my_path = page.path %} {% if my_path %} {% set path_parts = my_path.strip('/').split('/') %} {% endif %}
{{ post.content|safe }}
{% if post.custom_fields['faqs'] %} {% set faq_items = [] %}

Common Questions About Home Care

{% for item in post.custom_fields['faqs'] %}
{{ item['answer']|safe }}
{% do faq_items.append({ 'answer_text': item.answer|striptags, 'question_name': item.question }) %} {% endfor %}
{% if faq_items %} {% endif %} {% endif %}
#}