{% 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 %}

{%- 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 -%}All Tags{%- endif -%}

🏷️ All 🎨 Artists 👤 Characters 📺 Series 🎭 Fandoms ⚠️ Ratings 🗜️ Archives 🌐 Sources 📌 Posts # User
{% if null_fandom_character_count > 0 and not show_null_fandom_filter %} ⚠ {{ null_fandom_character_count }} character{{ 's' if null_fandom_character_count != 1 }} need a fandom {% endif %} {% if show_null_fandom_filter %}
Showing characters without a fandom. Clear filter
{% endif %} {% if tag_data %}
{% include '_tag_cards.html' %}
{% else %}

No tags found in this category.

{% endif %} {% endblock %}