{% extends "layout/layout.html" %} {% set page_title = "File Manager" %} {% block content %}
{% include "../templates/layout/header-footer/app-header.html" %} {% include "../templates/layout/header-footer/app-sidebar.html" %} {% include "../templates/layout/header-footer/topnavbar.html" %}
{% include "../templates/components/breadcrumbs/breadcrumbs.html" %}

Total Storage

3.71 GB of 15 GB available

{% include "../templates/layout/header-footer/footer.html" %}
{% endblock %}