{% block content %} {% set current_user = user %}
{% if user.headline %}{{ user.headline }}{% else %}Add headline{% end %}
{% if user.bio %}{{ user.bio }}{% else %}---{% end %}
{% if user.contact %}{{ user.contact }}{% else %}---{% end %}
{% if user.other_sites %}{{ user.other_sites }}{% else %}---{% end %}