{{-- Template Name: Team --}} @extends('layouts.app') @section('content') @while(have_posts()) @php the_post() @endphp @include('partials.page-header') @if (have_rows('team_member')) @while (have_rows('team_member')) @php the_row() @endphp