{% extends 'base.html' %} {% block container %}

标签中心

{% moduleDetail with name="Title" %}

{% set fistLetters = "A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z"|split:"," %} {%- for fistLetter in fistLetters %} {% tagList tags with letter=fistLetter limit="100" %} {%- if tags %}

{{fistLetter}}

{%- for item in tags %} {{item.Title}} {% endfor %}
{% endif %} {% endtagList %} {% endfor %}
{% include "partial/pagination.html" %}
{% include "partial/sidebar.html" %}
{% endblock %}