{% extends base %} {% block body %} {% init file_type = "history" %}

{{current_note.name}} / {{T("History")}}

{% for note in history_list %} {% end %}
名称 时间 版本 操作
{{note.name}} {{note.mtime}} {{note.version}}
{% end %} {% block body_right %} {% include common/sidebar/default.html %} {% end %}