<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">Bauch, Brendon</th>
            <td>Regional Response Orchestrator</td>
            <td>UC Curation Center (UC3)</td>
            <td>
                <a href="https://cdlib.org">
                    <span>View profile</span>
                </a>
            </td>
        </tr>
        <tr>
            <th scope="row">Skiles, Maritza</th>
            <td>Internal Interactions Developer</td>
            <td>Collection Development &amp; Management</td>
            <td>
                <a href="https://cdlib.org">
                    <span>View profile</span>
                </a>
            </td>
        </tr>
        <tr>
            <th scope="row">Flatley, Unique</th>
            <td>Future Branding Planner</td>
            <td>Infrastructure and Applications Support</td>
            <td>
                <a href="https://cdlib.org">
                    <span>View profile</span>
                </a>
            </td>
        </tr>
        <tr>
            <th scope="row">O&#x27;Conner, Nat</th>
            <td>Global Paradigm Assistant</td>
            <td>Discovery &amp; Delivery</td>
            <td>
                <a href="https://cdlib.org">
                    <span>View profile</span>
                </a>
            </td>
        </tr>
        <tr>
            <th scope="row">Kris, Connor</th>
            <td>Internal Markets Agent</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">Shields, Jace</th>
            <td>National Mobility Designer</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">Leannon, Axel</th>
            <td>Central Division Designer</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": "Brendon",
        "lastname": "Bauch",
        "title": "Regional Response Orchestrator",
        "program": "UC Curation Center (UC3)"
      }
    },
    {
      "staff": {
        "firstname": "Maritza",
        "lastname": "Skiles",
        "title": "Internal Interactions Developer",
        "program": "Collection Development & Management"
      }
    },
    {
      "staff": {
        "firstname": "Unique",
        "lastname": "Flatley",
        "title": "Future Branding Planner",
        "program": "Infrastructure and Applications Support"
      }
    },
    {
      "staff": {
        "firstname": "Nat",
        "lastname": "O'Conner",
        "title": "Global Paradigm Assistant",
        "program": "Discovery & Delivery"
      }
    },
    {
      "staff": {
        "firstname": "Connor",
        "lastname": "Kris",
        "title": "Internal Markets Agent",
        "program": "Shared Cataloging Program (UC San Diego)"
      }
    },
    {
      "staff": {
        "firstname": "Jace",
        "lastname": "Shields",
        "title": "National Mobility Designer",
        "program": "Collection Development & Management - Mass Digitization"
      }
    },
    {
      "staff": {
        "firstname": "Axel",
        "lastname": "Leannon",
        "title": "Central Division Designer",
        "program": "Business Services"
      }
    }
  ]
}

No notes defined.