Members

<h1>Members</h1>

<ul>
    <li>
        <img src="https://loremflickr.com/64/64/people?18647" class="rounded-full" width="64" height="64">
        <p>
            <strong>Doug Wintheiser</strong>
            <br>[email protected]
            <br>76808 Rodrickberg
        </p>
    </li>
    <li>
        <img src="https://loremflickr.com/64/64/people?17596" class="rounded-full" width="64" height="64">
        <p>
            <strong>Mr. Leona Carroll</strong>
            <br>[email protected]
            <br>18494 West Josue
        </p>
    </li>
    <li>
        <img src="https://loremflickr.com/64/64/people?23607" class="rounded-full" width="64" height="64">
        <p>
            <strong>Darrel Durgan DVM</strong>
            <br>[email protected]
            <br>05639 Port Dessiechester
        </p>
    </li>
    <li>
        <img src="https://loremflickr.com/64/64/people?37971" class="rounded-full" width="64" height="64">
        <p>
            <strong>Jessie Olson</strong>
            <br>[email protected]
            <br>83073 Vestaworth
        </p>
    </li>
    <li>
        <img src="https://loremflickr.com/64/64/people?35048" class="rounded-full" width="64" height="64">
        <p>
            <strong>Ray Roberts</strong>
            <br>[email protected]
            <br>35258 Lawrence
        </p>
    </li>
    <li>
        <img src="https://loremflickr.com/64/64/people?26524" class="rounded-full" width="64" height="64">
        <p>
            <strong>Alfredo Kessler</strong>
            <br>[email protected]
            <br>75508 South Yazmin
        </p>
    </li>
    <li>
        <img src="https://loremflickr.com/64/64/people?20527" class="rounded-full" width="64" height="64">
        <p>
            <strong>Yvonne Doyle</strong>
            <br>[email protected]
            <br>87011 East Trey
        </p>
    </li>
    <li>
        <img src="https://loremflickr.com/64/64/people?97960" class="rounded-full" width="64" height="64">
        <p>
            <strong>Minnie Oberbrunner</strong>
            <br>[email protected]
            <br>27506 New Haskellton
        </p>
    </li>
    <li>
        <img src="https://loremflickr.com/64/64/people?95950" class="rounded-full" width="64" height="64">
        <p>
            <strong>Miss Ervin McCullough III</strong>
            <br>[email protected]
            <br>04086 Fort Kaleyworth
        </p>
    </li>
    <li>
        <img src="https://loremflickr.com/64/64/people?11621" class="rounded-full" width="64" height="64">
        <p>
            <strong>Bradford Herman</strong>
            <br>[email protected]
            <br>59887 North Chelsea
        </p>
    </li>
    <ul>
<h1>Members</h1>

<ul>
  {% for m in members %}
  <li>
    <img src="{{ m.avatar }}" class="rounded-full" width="64" height="64">
    <p>
      <strong>{{ m.name }}</strong>
      <br>{{ m.email }}
      <br>{{ m.address }}
    </p>
  </li>
  {% endfor %}
<ul>
{
  "members": [
    {
      "avatar": "https://loremflickr.com/64/64/people?18647",
      "name": "Doug Wintheiser",
      "email": "[email protected]",
      "address": "76808 Rodrickberg"
    },
    {
      "avatar": "https://loremflickr.com/64/64/people?17596",
      "name": "Mr. Leona Carroll",
      "email": "[email protected]",
      "address": "18494 West Josue"
    },
    {
      "avatar": "https://loremflickr.com/64/64/people?23607",
      "name": "Darrel Durgan DVM",
      "email": "[email protected]",
      "address": "05639 Port Dessiechester"
    },
    {
      "avatar": "https://loremflickr.com/64/64/people?37971",
      "name": "Jessie Olson",
      "email": "[email protected]",
      "address": "83073 Vestaworth"
    },
    {
      "avatar": "https://loremflickr.com/64/64/people?35048",
      "name": "Ray Roberts",
      "email": "[email protected]",
      "address": "35258 Lawrence"
    },
    {
      "avatar": "https://loremflickr.com/64/64/people?26524",
      "name": "Alfredo Kessler",
      "email": "[email protected]",
      "address": "75508 South Yazmin"
    },
    {
      "avatar": "https://loremflickr.com/64/64/people?20527",
      "name": "Yvonne Doyle",
      "email": "[email protected]",
      "address": "87011 East Trey"
    },
    {
      "avatar": "https://loremflickr.com/64/64/people?97960",
      "name": "Minnie Oberbrunner",
      "email": "[email protected]",
      "address": "27506 New Haskellton"
    },
    {
      "avatar": "https://loremflickr.com/64/64/people?95950",
      "name": "Miss Ervin McCullough III",
      "email": "[email protected]",
      "address": "04086 Fort Kaleyworth"
    },
    {
      "avatar": "https://loremflickr.com/64/64/people?11621",
      "name": "Bradford Herman",
      "email": "[email protected]",
      "address": "59887 North Chelsea"
    }
  ]
}

No notes defined.