{% comment %} This is a template for the mini version of a team card. It contains the name and a picture of the person, if available. {% endcomment %} {% assign person = include.person %} {% if person %}
{% if person.image %} {% assign image-url = site.directory.images | append: "members/" | append: person.image %} Picture of {{ person.name }} {% else %} {% endif %} {% include team_card/name.html person=person %} {% include team_card/team_member_associate.html person=person %}
{% else %} {% endif %}