{% extends "layout.html" %} {% block dashboard %}
{% include "create_form.html" %}
{% include "table_data.html" %} {% include "delete_form.html" %}
{% endblock dashboard %}