{% extends "base.html" %} {% block title %} Miku - Tags {% endblock %} {% block content %} Tags {% for t in tags %} #{{ t.tag }} {{ t.count }} {% endfor %} {% endblock %}