{% extends 'dash-back.html' %} {% block title %} Profile | Job Board {% endblock %} {% block dash %}
{{ user.email }}
{{ user.user_type }}{{ profile.bio }}
{% else %}No bio added yet. Click "Edit Profile" to add information about yourself.
{% endif %}