常用
{% for item in hot_notes %} {% if hasattr(item, "hide") and item.hide %} {% continue %} {% end %} {{item.name}} {% if item.is_deleted %} 删除 {% end %}
{{item.hot_index}}
{% end %}