{% extends "front_base.html" %} {% block title %}: Filed under "{{ tag.name }}"{% 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 %} {% endblock %}