{{ poem.title }}
作者:
{{ poem.author }}
主题:
{{ poem.theme }}
日期:
{{ poem.date }}
{% for line in poem.content.split('。') %} {% if line %}
{{ line }}。
{% endif %} {% endfor %}
返回广场