{% comment %} A normal team card is designed for acting as a slightly more prominent representation of a person. It features a name, title, organization, position and image of the person and acts as a link to the full member site. {% endcomment %} {% assign person = include.person %} {% if person %}
{% include team_card/image.html %}
{% include team_card/organization_short.html person=person %} {% include team_card/title.html person=person %} {% include team_card/name.html person=person %} {% include team_card/position.html person=person %} {% include team_card/team_member_associate.html person=person %}
{% else %} {% endif %}