{% extends 'base.html' %} {% block container %} {% include "partial/crumb.html" %}
{% tr 'tag-center' %}
    {% for letter in "ABCEDFGHIJKLMNOPQRSTUVWXYZ" %} {% tagList tags with type="list" letter=letter limit="20" %} {% if tags|length > 0 %}

    {{letter}}

    {% for item in tags %}
  • {{item.Title}}

    {{item.Description}}

  • {% endfor %} {% endif %} {% endtagList %} {% endfor %}
{% include "partial/pagination.html" %}
{% include "partial/sidebar.html" %}
{% endblock %}