{% extends 'layout/master.html' %} {% block layout %}
{% include themeDir('partials/header-layout/header/_menu/_header.html' %}
{% include themeDir('partials/header-layout/header/_menu/_sidebar.html' %}
{% include themeDir('partials/header-layout/header/_menu/_toolbar.html' %}
{% block content %} {% endblock content %}
{% include themeDir('partials/header-layout/header/_menu/_footer.html' %}
{% include 'partials/_drawers.html' %} {% include 'partials/_modals.html' %} {% include 'partials/_scrolltop.html' %} {% endblock layout %}