{% init show_marked_tag = True %} {% init top_keywords = [] %} {% init recent_keywords = [] %} {% init show_sub_link = True %} {% if len(recent_keywords) > 0 %}

最近

{% for item in recent_keywords %} {% raw item.html %} {{item.badge_info}} {% end %}
{% end %} {% if tag == "key" and show_sub_link %}
{% include message/component/tag/orderby_tab.html %}
{% end %} {% if len(item_list) == 0 %}
{% include common/text/empty_text.html %}
{% end %} {% for item in item_list %}
{% if show_marked_tag and item.is_marked %} 置顶 {% end %} {% raw item.html %}
{{item.badge_info}} 删除
{% end %}
{% include common/pagination.html %}