{% extends "base.html" %} {% block title %}{{ label_type }}: {{ label_value }} - {{ marketplace.name }}{% endblock %} {% block css_path %}../../static/style.css{% endblock %} {% block js_path %}../../static/theme.js{% endblock %} {% block home_href %}../../index.html{% endblock %} {% block logo_path %}../../static/{{ logo }}{% endblock %} {% block content %}

{{ label_type }}: {{ label_value }}

Plugins: {{ plugins | length }}
{% for plugin in plugins %}

{{ plugin.name }}

{% if plugin.description %}

{{ plugin.description }}

{% endif %}
{% if plugin.category %} {{ plugin.category }} {% endif %} {% if plugin.components.skills %} Skills {% endif %} {% if plugin.components.commands %} Commands {% endif %} {% if plugin.components.agents %} Agents {% endif %} {% if plugin.components.hooks %} Hooks {% endif %} {% if plugin.components.mcp_servers %} MCP {% endif %} {% if plugin.components.lsp_servers %} LSP {% endif %}
{% endfor %}
{% endblock %}