{%extends "base.html"%} {% load static %} {%block content%} {{object.first_name}} {{object.last_name}}

{{object.first_name}} {{object.last_name}}

{{object.age}}

{{object.nationality}}

{{object.bio}}

Books by {{object.first_name}} {{object.last_name}} I love:

{% for books in bookdetail %}
  • {{books.title}}
  • {%endfor%}
    Home Books Authors
    {% endblock content%}