{% include head.html %} {% include header.html %}
{{ content }}

Engaging with the Dispatch Team

Dispatch Team

{% for member in page.team %} {% assign row = forloop.index | modulo: 3 %} {% if row == 1 %}
{% endif %}
Picture of Berndt Jung

{{ member.name }}

{{ member.role }}

{{ member.about }}

{% if row == 0 %}
{% endif %} {% endfor %}
{% include footer.html %}