{% extends "layout.html" %} {% block dashboard %}
{% include "order_form.html" %} Add Member {% include "search_form.html" %}
{% include "members_table_data.html" %}
{% endblock dashboard %}