{% load component %}
{{ user.get_full_name }}

{{ user.profile.title }}

{{ user.profile.about_me }}

{% component 'component_test_app/user_contact_info' user=user viewer=viewer %}