{% extends "layout.html" %} {% block dashboard %}
{% include "book_create_form.html" %}
{% include "book_table_data.html" %} {% include "book_delete_form.html" %}
{% endblock dashboard %}