{% extends "_layout.html" %} {% block title %}Tags{% endblock title %} {% block content %} All Tags {% for tag, count in tags.items() %} {{ tag }} {% endfor %} {% endblock content %}