{% if image_url %}
{% else %}
🎬
{% endif %}
EP.{{ '%02d' % sort if sort else '01' }}
{{ name_cn or name or "第 " + (sort|string) + " 话" }}
{% if airdate %}
{{ airdate.split('-')[0] if '-' in airdate else '2026' }}
|
{% endif %}
24min
{% if comment > 0 %}
|
{{ comment }} comments
{% endif %}
{% if desc %}
{{ desc }}
{% endif %}