{% block content %}
{{ user.headline }}
{% if user.bio %}{{ user.bio }}{% else %}---{% end %}
{% if user.contact %}{{ user.contact }}{% else %}---{% end %}
{% if user.other_sites %}{{ user.other_sites }}{% else %}---{% end %}