{% init show_cdate = False %} {% init show_mdate = False %} {% init show_adate = False %} {% init show_action_time = False %} {% init show_hot_index = False %} {% init show_next = True %} {% init show_size = False %} {% init show_orderby = False %} {% init show_expand = False %} {% init orderby = "ctime_asc" %} {% init date_type = "" %} {% init ACTION_TEXT_MAP = { "create": "创建了笔记", "view": "查看了笔记", "edit": "更新了笔记" } %} {% init get_date_by_type = xutils.get_func_by_name("note.get_date_by_type") %} {% from handlers.note.dao_tag import get_tag_name_by_code %} {% init sticky_position = "left" %} {% set note_list_id = xutils.create_uuid() %} {% if len(files) == 0 %} {% include common/text/empty_text.html %} {% end %}