Portrait

A portrait for a team member, with image, link, name, and role

Typically you'd use this with the list component, which would automatically read from members and pass this component the parameters. But you can also use it stand-alone to manually display individual members:

{%
  include portrait.html
  lookup="tim-member"
  style="small"
%}

Last updated