{{ user.first_name }} {{ user.last_name }}
{% if user.discipline %}{{ user.discipline }}
{% endif %}Hometown
{{ user.hometown }}
{% endif %} {% if user.home_mountain %}Home mountain
{{ user.home_mountain }}
{% endif %} {% if user.bio %}A bit about myself
{{ user.bio }}
{% endif %} {% if user.greatest_accomplishment %}One of my greatest accomplishments
{{ user.greatest_accomplishment|safe }}
{% endif %} {% if user.favourite_place %}The best kept secret about my home mountain
{{ user.favourite_place }} {% endif %} {% if user.shout_outs %}
My own words of wisdom
{{ user.shout_outs }} {% endif %}