{% block content %}
{% include 'picture.html' %}


{{ user.first_name }} {{ user.last_name }}

{{ user.headline }}

Summary  

{% if user.bio %}{{ user.bio }}{% else %}---{% end %}


Contact  

{% if user.contact %}{{ user.contact }}{% else %}---{% end %}


I am on other sites  

{% if user.other_sites %}{{ user.other_sites }}{% else %}---{% end %}

{% end %}