{% firstof library.grouper "Built-in tags" %}
{% if library.grouper %}To use these tags, put {% templatetag openblock %} load {{ library.grouper }} {% templatetag closeblock %}
in your template before using the tag.
{% endif %} {% for tag in library.list|dictsort:"name" %}
{{ tag.name }}
{{ tag.title|striptags }}
{{ tag.body }} {% if not forloop.last %}{% endif %} {% endfor %}