{% extends "base.html" %} {% block title %}{{ SITENAME }} - Tags{% endblock %} {% block content %}
    {% for tag, articles in tags|sort %}
  • {{ tag }}
  • {% endfor %}
{% endblock %}