{% extends "front_base.html" %} {% block content %} {% if tag %}

{{ tag.name }}

{{ tag.description }}

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

{{ document.title }}

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

{% endfor %} {% endblock %}