{% extends 'base.html' %} {% load static %} {% block title %}My Favorite Books & Authors{% endblock %} {% block heading %}

Welcome to Addy's Database of Favorite Books and Authors!

{% endblock %} {% block content %}

In this database, you can see Addy's most loved books! She enjoys books of different themes and genres. Some revolve around romance, self-discovery, and self-improvement. While the others are more heavy, such as books under thriller, crime, and mystery. As for the authors, she really doesn't play favorites. She freely explores across book genres depending on her mood, regardless of whoever wrote it!

{% endblock %} {% block footer %} Books Authors

Add Book Add Author

{% endblock %}