{{ story.title }}
{% if story.profile %}
{{ story.profile }}
{% endif %}
{% if story.sentiment %}
情感倾向:{{ story.sentiment }}
{% endif %}
{% if story.need %}
{{ story.need }}
{% endif %}
{% if story.quotes %}
{% for quote in story.quotes %}
{% endif %}
{{ quote }}
{% endfor %}