{% extends 'base.html' %} {% block container %}

{% userDetail with name="UserName" %}的个人主页

{% userDetail userId with name="Id" %} {% archiveList articles with type="page" userId=userId limit="10" %} {%- for item in articles %}
{%- if item.Logo %} {% endif %}
{% endfor %} {% endarchiveList %}
{% include "partial/pagination.html" %}
{% include "partial/sidebar.html" %}
{% endblock %}