{%extends 'base.html'%} {% block content %}

{{object.last_name}}

{{object.age}}

{{object.nationality}}

{{object.bio}}

{% endblock %}