{% if contact.photo %} {{ contact.name }} {% else %} {% endif %}

{{ contact.name }}

{% if contact.positions %}

{{ contact.positions[0].title or '' }}

{{ contact.positions[0].org or '' }}

{% endif %}
{% if contact.tags %}

Tags

{% for tag in contact.tags %} {{ tag }} {% endfor %}
{% endif %} {% if contact.note %}

Notes

{% for paragraph in contact.note.split('\n\n') %}

{{ paragraph }}

{% endfor %}
{% endif %}