{% extends "base.html" %} {% from "components/file_browser.html" import file_browser %} {% block title %}{{ page_title }}{% endblock %} {% block styles %} {% endblock %} {% block content %}

文件浏览器

返回
{{ file_browser(container_id='file-explorer', initial_path=initial_path) }}
{% endblock %} {% block scripts %} {% endblock %}