我的收藏
{# 遍历并展示所有该用户收藏的所有新闻 #} {% for news in data.collections %}
{{ news.title }}
{{ news.create_time }}
{% endfor %}
{# 短小的脚本写在这里 #}