{% extends "base.html" %}
{%- block title -%}{{- ARCHIVES_TITLE -}}{%- endblock -%}
{%- block pagedetails -%}
{{- super() -}}
Labels:
{%- for tag, articles in tags | sort -%}
{%- if articles | list | length > 1 -%}
-
{{- tag -}}
{%- endif -%}
{%- endfor -%}
{%- endblock -%}