{% extends "base.html" %} {% from "cards.html" import card %} {% block title %}{{ label_type }}: {{ label_value }} - {{ marketplace.title }}{% 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 | length }} plugins in this collection.

{% for plugin in plugins %}{{ card(plugin, '../../') }}{% endfor %}
{% endblock %}