{% if include.title %}

{{ include.title }}

{% endif %} {% if include.subtitle %}

{{ include.subtitle | escape }}

{% endif %} {% if include.category %} {% assign faqs = site.faqs | where: "categories", include.category %} {% else %} {% assign faqs = site.faqs %} {% endif %}