新闻管理
标题:
内容:
创建新闻
删除新闻:
删除
新闻数据:
添加新闻
现有新闻
{% for item in news %}
{{ item.title }}
{{ item.content }}
{% endfor %}