{% extends "layout.html" %} {% block dashboard %}
{% if book.cover_image %}
{{ book.title }}

{{ book.title }}

Author: {{ book.author }} Rating: {{ book.rating }}

{{ book.description }}

{% if book.category.name is None %}uncategories {% else %}{{book.category.name}}{% endif %}

{% endif %}
{% endblock dashboard %}