{% if has_banner %} Channel Banner {% else %}
{% endif %}
{% if has_avatar %} Channel Avatar {% else %}
{% if channel %}{{ channel.name[0] if channel.name else '?' }}{% else %}?{% endif %}
{% endif %}

{% if channel %}{{ channel.name }}{% else %}YouTube 社群貼文存檔{% endif %}

{% if channel and channel.handle %}
{{ channel.handle }}
{% endif %}
{{ statistics.total }} 則貼文 • {{ statistics.public }} 則公開 • {{ statistics.members }} 則會員限定
{% if channel and channel.description %}
頻道簡介
{{ channel.description|format_text|safe }}
{% endif %}
📦 存檔於 {{ archive_date }} • 以估計發文時間排序(由新到舊)
{% for post in posts %}
{% if has_avatar %} Avatar {% else %}
{% endif %} {% if post.is_members %} 會員限定 {% endif %}
{{ post.text|format_text|safe }}
{% if post.local_images %}
{% for image in post.local_images %} Post image {% endfor %}
{% endif %} {% if post.poll %}
{% for entry in post.poll.entries %}
{{ entry.option }} {{ entry.percentage|default('?') }}%
{% endfor %} {% if post.poll.total_votes %}
{{ post.poll.total_votes }}
{% endif %}
{% endif %}
{{ post.num_thumbs_up }} {{ post.num_comments }} 查看原始貼文 →
{% endfor %}
{% if not posts %}

尚無貼文資料

{% endif %}