{% extends "base.html" %} {% block title %}#{{ tag }}{% endblock %} {% block content %}

Articles tagged "{{ tag }}"

{% for entry in archive %}

{{ entry.title }}

{% if entry.description %}

— {{ entry.description }}

{% endif %}
{% endfor %} {% endblock %}