{% extends "front_base.html" %} {% block title %}{% if tag %}: Filed under "{{ tag.name }}"{% else %}: All documents{% endif %}{% 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 %}