{% extends 'themes/wayback/base.html' %} {% block head %} {{ uinfo['name'] }} - MikuInvidious {% endblock %} {% block content %}
{{ uinfo['name'] }}

{{ uinfo['sign'] }}


{% if uarts['articles'] %}
{% if uarts['pn'] > 1 %} 上一页 {% endif %}
{% if (uarts['pn']+1)*(uarts['ps']) < uarts['count'] %} 下一页 {% endif %}
{% for a in uarts['articles'] %}

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

{{ a['publish_time']|date }}

{{ a['stats']['view']|intsep }} 次播放

{% endfor %}
{% endif %} {% endblock %}