{% extends 'base.html' %} {% block title %} {{ object.first_name }} {{ object.last_name }} {% endblock %} {% block content %}
{{ object.bio }}