{% extends "base.html" %} {% block title %} Miku - #{{ tag }} {% endblock %} {% block content %}

#{{ tag }}

{% if pages %} {% else %}

No pages with this tag.

{% endif %}
{% endblock %}