{% extends 'themes/wayback/base.html' %} {% block head %} 分区 - MikuInvidious {% endblock %} {% block content %}

{{ info['archives'][0]['tname'] }}

{% if info['page']['num'] > 1 %} 上一页 {% endif %}
{% if (info['page']['num']+1)*(info['page']['size']) < info['page']['count'] %} 下一页 {% endif %}
{% for v in info['archives'] %}

{{ v['duration'] }}

{{ v['title']|safe }}

{{ v['pubdate']|date }}

{{ v['stat']['view']|intsep }} 次播放

{% endfor %}
{% endblock %}