{% extends "base.html" %} {% block title %}Marketplace - RAGLint{% endblock %} {% block content %}

Plugin Marketplace

Discover and install community plugins to extend RAGLint.

{% for plugin in plugins %}

{{ plugin.name }}

v{{ plugin.version }} by {{ plugin.author }}

{{ plugin.type }}

{{ plugin.description }}

{{ plugin.downloads }} downloads
{% if plugin.installed %} {% else %}
{% endif %}
{% endfor %}
{% endblock %}