{% extends "layout.html" %} {% block dashboard %}
{% include "book_loan_delete_form.html" %}
{% include "book_loan_create_form.html" %}
{% include "book_loan_table_data.html" %}
{% endblock dashboard %}