{% extends "base.html" %} {% block content %}
{{ documents | length }} document{% if documents | length != 1 %}s{% endif %} with this tag
{{ doc.summary[:200] }}{% if doc.summary | length > 200 %}...{% endif %}