{% userDetail with name="UserName" %}的个人主页
{% userDetail userId with name="Id" %}
{% archiveList articles with type="page" userId=userId limit="10" %}
{%- for item in articles %}
{% include "partial/pagination.html" %}
{%- if item.Logo %}
{% if item.CategoryId %}{% categoryDetail with name='Title' id=item.CategoryId %}{% endif %}
{% endif %}
{% endfor %}
{% endarchiveList %}
{{item.Title}}
{{item.Description|safe}}