Skip to documentation content

FAQs Page

All complete examples

Demonstrate FAQs Page.

What this example teaches

  • Compose FAQs Page from reusable section and theme templates
  • Keep the page template thin by including shared partials
  • Keep custom fields on the template that owns them

View this pattern on the live demo site

Files

FAQs landing page; the full FAQ list is a dedicated section.

Liquid
{% comment %}
	Full FAQs page. Displays FAQs organized by category, specified manually in the custom fields
{% endcomment -%}
{%- include "/_header.liquid" -%}
{%- include "/sections/_generic_banner.liquid" -%}
{%- include "/sections/_breadcrumbs.liquid" -%}
{%- include "/sections/_faqs_full.liquid" section_class:'py-5' -%}
{%- include "/sections/_simple_cta.liquid" -%}
{%- include "/_footer.liquid" -%}