{% extends "layout.html" %} {% block dashboard %}
{% include "librarians_delete_form.html" %}
{% include "librarians_create_form.html" %}
{% include "librarians_table_data.html" %}
{% endblock dashboard %}