{% for person in site.data.team %}

{{ person.name }} {% if person.img %} {% assign img_path = person.img %} {% else %} {% assign img_path = person.name | downcase | split: ' ' | join: '' %} {% endif %}

Bild von {{ person.name }} {{ person.position }}
{% if person.text != "" %} {{ person.text }} {% endif %} {% if person.bio != "" %} {{ person.bio }} {% endif %}

{% endfor %}