- {% if top_tags %}
{% for t in top_tags %}
- {{ t }}
+ {{ t }}
{% endfor %}
- {% endif %}
- {% if book_tags %}
-
{% trans '书籍' %}
- {% for v in book_tags %}
-
- {{ v.content }}
-
- {% endfor %}
-
- {% endif %}
-
- {% if movie_tags %}
-
{% trans '电影和剧集' %}
- {% for v in movie_tags %}
-
- {{ v.content }}
-
- {% endfor %}
-
- {% endif %}
-
- {% if music_tags %}
-
{% trans '音乐' %}
- {% for v in music_tags %}
-
- {{ v.content }}
-
- {% endfor %}
-
- {% endif %}
-
- {% if game_tags %}
-
{% trans '游戏' %}
- {% for v in game_tags %}
-
- {{ v.content }}
-
- {% endfor %}
-
- {% endif %}