{% macro file_viewer(file_path, container_id='file-viewer') %}
{{ file_path.split('/')[-1] }}
路径: {{ file_path }}
大小: 加载中...
修改时间: 加载中...
语言
字体大小
自动换行

正在加载文件内容...

{% endmacro %}