{% extends base %} {% block body_left %} {% include common/layout/wide_left.html %}
{{title}}
{% include note/component/share_dialog.html %}
最近分享 热门分享 {% if _has_login %} 分享给我 {% end %}
{% if len(notes) == 0 %} {% include common/text/empty_text.html %} {% end %} {% for item in notes %} {% if hasattr(item, "hide") and item.hide %} {% continue %} {% end %} {{item.name}} {% if item.is_deleted %} 删除 {% end %}
{{item.creator}} {{item.badge_info}}
{% end %}
{# 分页 #} {% if "page" in globals() %}
{% include mod_pagenation.html %}
{% end %} {% end %} {% block body_right %}
公共分享
分享给我的(TODO)
{% end %}