{{ name }}Lv.{{ level }} · {{ time | format_date }}
{% if floor %}· {{ floor }}楼{% endif %}
{% if sub_text_list %}
{% for text in sub_text_list %}
· {{ text }}
{% endfor %}
{% endif %}
{% endmacro %}
{% macro images(image_list, remain_count=0) %}
{% if image_list and image_list | length > 0 %}
{% for img in image_list %}
{% if img %}
{% else %}
图片加载失败
{% endif %}
{% if loop.last and remain_count > 0 %}