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