{% extends "layout.html" %} {% block title %} {%- if active_kind == 'artist' -%}Artists {%- elif active_kind == 'character' -%}Characters {%- elif active_kind == 'series' -%}Series {%- elif active_kind == 'fandom' -%}Fandoms {%- elif active_kind == 'rating' -%}Ratings {%- elif active_kind == 'archive' -%}Archives {%- elif active_kind == 'source' -%}Sources {%- elif active_kind == 'post' -%}Posts {%- elif active_kind == 'user' -%}User Tags {%- else -%}Tags{%- endif -%} {% endblock %} {% block content %}
No tags found in this category.
{% endif %}