动态
{{ dynamic_id }}
avatar
{{ name }}
{{ pub_time }}
{% if content_html %}
{{ content_html|safe }}
{% elif content %}
{{ content }}
{% endif %} {% if forward_name %}
@{{ forward_name }} 转发:
{% if forward_content_html %}
{{ forward_content_html|safe }}
{% elif forward_content %}
{{ forward_content }}
{% endif %} {% if forward_images %}
{% for img in forward_images %} image {% endfor %}
{% endif %}
{% endif %} {% if images %}
{% for img in images %} image {% endfor %}
{% endif %} {% if media_title %} {% if media_cover %} cover {% endif %}
{{ media_title }}
{% if media_desc %}
{{ media_desc }}
{% endif %} {{ media_badge }}
{% endif %}
{% if show_stats %}
{{ comment_count }} 评论 {{ forward_count }} 转发 {{ like_count }} 点赞
{% endif %}