{% load staticfiles %}
{% csrf_token %}
关键字
页数
排行数
{#
结果显示类型:文本信息
#} {#
图文信息
#}
{% if download %}
图包提取(文件大小:{{ size}})
{% endif %}
{{ msg}}
{% for imageNode in imageNodes %}
标题:
{{imageNode.illustTitle}}
,画师:
{{imageNode.userName}}
,收藏数:{{imageNode.bookmarkCount}}
{% if imageNode.localName %}
{% endif %}
{% empty %}
{{tip}}
{% endfor %}