首页 / 关于“{{main_key}}”的文章

{%set data=get_posts(30) %} {% for post in data['post'] %}
{{ rand(600) }}

[{{post['cat_name']}}] {{post['title']}}

{{post['title']}} {%raw abstract(post['content']) %}
{% end %}
{% for i in page_num_list(tag='span', style='p_2 middle', current_style='p_1 current') %} {% raw i %} {% end %}

网友热门关注

    {% for post in tags(num=30,cat_uri="",tag=main_key,length=4) %} {{post['tag']}} {%end%}

分类排行榜

    {% for post in get_article(type="hot", col="", area="", key="", rand=1, flag="", num=10) %}
  • {{post['title']}}
  • {% end %}

网友推荐榜

    {% for post in get_article(type="key", col="", area="", key=main_key, rand=1, flag="", num=10) %}
  • {{post['title']}}
  • {% end %}