{% 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 tag_data %}
{% include '_tag_cards.html' %}
{% else %}

No tags found in this category.

{% endif %} {% endblock %}