{% extends "front_base.html" %} {% block title %}{% spaceless %} {% if tag %} : Filed under "{{ tag.name }}" {% elif untagged %} : Untagged {% else %} : All documents {% endif %} {% endspaceless %}{% endblock %} {% block content %} {% if tag %}
{{ tag.description }}