{% extends base %} {% block head %} {% end %} {% block body %} {# 今日提醒 #} {% include common/mod_notice.html %}
最近更新
{% for item in notes %} {% end %}
工具库 更多
{% for item in tools %} {% end %}
{% if _has_login %}
{% end %} {# 标签用的比较少,基本上可以用搜索替代

标签列表

{% for tag_info in tags %} {{tag_info.name}} {{tag_info.amount}} {% end %}
#} {% end %} {% block aside %} {% include note/component/mod_aside.html %} {% end %}