{% if user.profile.full_biography %}

About {{ user.first_name }}

{{ user.profile.full_biography | raw }}

{% endif %}