{% extends "base.html" %} {% block content %}

{{ tag_name }}

{{ documents | length }} document{% if documents | length != 1 %}s{% endif %} with this tag

{% endblock %}