{% 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.name }}

{{ tag.description }}

{% endif %} {% for document in documents %}
🔗

{{ document.title }}

{{ document.author }} {{ document.published }}

{% endfor %} {% endblock %} {% block meta-og %} {% if tag %} {% endif %} {% endblock %}