{% extends base %} {% block head %} {% set search_action = '/fs_find' %} {% set search_placeholder = '搜索文件' %} {% end %} {% block search_form %} {% end %} {% block body_left %} {% init find_key = "" %} {% init error = "" %} {% init show_fs_path = True %} {% init search_category = "fs" %} {% init show_hidden_files = False %}
{% include fs/component/fs_title.html %}
{% for _item in filelist %} {{_item.name}} {% if _item.is_user_defined %}
{% end %}
{% end %}
{% end %} {% block body_right %} {% include fs/component/fs_sidebar.html %} {% end %}