{{ data.title }}
{{ data.content }}
{% if data.attachment %}
附件
{% for item in data.attachment %}
{{ item.name }}
{% endfor %}
{% endif %}