<table class="c-staff">
    <thead>
        <tr>
            <th scope="col">Name</th>
            <th scope="col">Title</th>
            <th scope="col">Program</th>
            <th scope="col">Contact</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <th scope="row">Goyette, Ocie</th>
            <td>Legacy Division Officer</td>
            <td>UC Curation Center (UC3)</td>
            <td>
                <a href="https://cdlib.org">
                    <span>View profile</span>
                </a>
            </td>
        </tr>
        <tr>
            <th scope="row">Lang, Ivah</th>
            <td>Lead Identity Technician</td>
            <td>Collection Development &amp; Management</td>
            <td>
                <a href="https://cdlib.org">
                    <span>View profile</span>
                </a>
            </td>
        </tr>
        <tr>
            <th scope="row">Rutherford, Maxie</th>
            <td>Human Mobility Associate</td>
            <td>Infrastructure and Applications Support</td>
            <td>
                <a href="https://cdlib.org">
                    <span>View profile</span>
                </a>
            </td>
        </tr>
        <tr>
            <th scope="row">Bashirian, Kirstin</th>
            <td>Investor Functionality Supervisor</td>
            <td>Discovery &amp; Delivery</td>
            <td>
                <a href="https://cdlib.org">
                    <span>View profile</span>
                </a>
            </td>
        </tr>
        <tr>
            <th scope="row">McGlynn, Norris</th>
            <td>Corporate Web Facilitator</td>
            <td>Shared Cataloging Program (UC San Diego)</td>
            <td>
                <a href="https://cdlib.org">
                    <span>View profile</span>
                </a>
            </td>
        </tr>
        <tr>
            <th scope="row">Schumm, Tracy</th>
            <td>Legacy Solutions Analyst</td>
            <td>Collection Development &amp; Management - Mass Digitization</td>
            <td>
                <a href="https://cdlib.org">
                    <span>View profile</span>
                </a>
            </td>
        </tr>
        <tr>
            <th scope="row">Dietrich, Kristy</th>
            <td>Customer Marketing Analyst</td>
            <td>Business Services</td>
            <td>
                <a href="https://cdlib.org">
                    <span>View profile</span>
                </a>
            </td>
        </tr>
    </tbody>
</table>
<table class="c-staff">
  <thead>
    <tr>
      <th scope="col">Name</th>
      <th scope="col">Title</th>
      <th scope="col">Program</th>
      <th scope="col">Contact</th>
    </tr>
  </thead>
  <tbody>
    {{#each row}}
    <tr>
      <th scope="row">{{staff.lastname}}, {{staff.firstname}}</th>
      <td>{{staff.title}}</td>
      <td>{{staff.program}}</td>
      <td>
        <a href="https://cdlib.org">
          <span>View profile</span>
        </a>
      </td>
    </tr>
    {{/each}}
  </tbody>
</table>
{
  "row": [
    {
      "staff": {
        "firstname": "Ocie",
        "lastname": "Goyette",
        "title": "Legacy Division Officer",
        "program": "UC Curation Center (UC3)"
      }
    },
    {
      "staff": {
        "firstname": "Ivah",
        "lastname": "Lang",
        "title": "Lead Identity Technician",
        "program": "Collection Development & Management"
      }
    },
    {
      "staff": {
        "firstname": "Maxie",
        "lastname": "Rutherford",
        "title": "Human Mobility Associate",
        "program": "Infrastructure and Applications Support"
      }
    },
    {
      "staff": {
        "firstname": "Kirstin",
        "lastname": "Bashirian",
        "title": "Investor Functionality Supervisor",
        "program": "Discovery & Delivery"
      }
    },
    {
      "staff": {
        "firstname": "Norris",
        "lastname": "McGlynn",
        "title": "Corporate Web Facilitator",
        "program": "Shared Cataloging Program (UC San Diego)"
      }
    },
    {
      "staff": {
        "firstname": "Tracy",
        "lastname": "Schumm",
        "title": "Legacy Solutions Analyst",
        "program": "Collection Development & Management - Mass Digitization"
      }
    },
    {
      "staff": {
        "firstname": "Kristy",
        "lastname": "Dietrich",
        "title": "Customer Marketing Analyst",
        "program": "Business Services"
      }
    }
  ]
}

No notes defined.