{% if contentData.list and contentData.list.length > 0 %} {% for item in contentData.list %}
{% if item.avatar %} {{item.name}} {% else %}
{{item.name[0] | default('?')}}
{% endif %}
{{item.name}}
{% if item.title %}
{{item.title}}
{% endif %} {% if item.description %}
{{item.description}}
{% endif %} {% if item.category %}
{{item.category}}
{% endif %}
{% endfor %} {% else %}
暂无内容
{% endif %}