{% if contentData.list and contentData.list.length > 0 %} {% for item in contentData.list %}

{{item.title}}

{% if item.location %}{{item.location}}{% endif %}
{% if item.description %}

{{item.description}}

{% endif %}
{% endfor %} {% else %}
暂无招聘信息
{% endif %}