{% if contentData.list and contentData.list.length > 0 %}
{% for item in contentData.list %}
{% if item.attachment %}
{{item.title}}
{% else %}
{{item.title}}
{% endif %}
{% if item.publish_date %}
{{item.publish_date}}
{% endif %}
{% endfor %}
{% else %}
暂无内容
{% endif %}