{% from handlers.note.models import NoteDO %} {% init comment_class = "" %} {% init file = NoteDO() %} {% init show_comment_title = True %} {% init show_comment_create = True %} {% init show_comment_note = False %} {% init show_comment_edit = False %} {% init comment_title = "评论" %} {% init comment_create_type = "" %} {% init comment_list_type = "note_id" %} {% init comment_list_date = "" %} {% init comment_btn_text = "评论" %} {% init comment_placeholder = "请输入评论..." %} {% init comment_empty_text = "暂无评论~" %} {% init comment_source_class = "" %} {% include common/script/load_laydate.html %} {% if _has_login and show_comment_create %}
{% if show_comment_title %}
{{comment_title}}
{% end %}
{% end %}

加载中...