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

{{ book.title }}

{{ book.description }}

Stock: {{ book.stock }}

{{ book.category.name }}

{% endif %}
{% endblock dashboard %}