{% extends base %} {% block body %}
未分类笔记
{% set files = notes %} {% include note/component/note_list_component.html %} {# 分页 #} {% if "page" in globals() %}
{% include mod_pagenation.html %}
{% end %} {% end %}