Skip to documentation content

Team Members Page

All complete examples

Demonstrate Team Members Page.

What this example teaches

  • Compose Team Members 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

Team index page wrapping the team-members section.

Liquid
{% comment %}
	Display the listing page for all team members
{% endcomment -%}
{%- include "/_header.liquid" -%}
{%- include "/sections/_generic_banner.liquid" -%}
{%- include "/sections/_breadcrumbs.liquid" -%}
{%- include "/sections/_team_members.liquid" is_main:true section_class:'py-5' -%}
{%- include "/sections/_simple_cta.liquid" -%}
{%- include "/_footer.liquid" -%}