{% macro user_mail_card(user, msg=None) %}
{{ user.fullname }}
{{ (msg or user.about)|mdstrip(100) }}
{% endmacro %}