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