{{ plugin.name }}

{{ plugin.description }}

Version {{ plugin.version }}
Author {{ plugin.author }}
Category {{ plugin.category }}
Rating {{ '%.1f' | format(plugin.rating) }} ⭐
Downloads {{ plugin.downloads }}
{% if plugin.tags %}
Tags
{% for tag in plugin.tags %} {{ tag }} {% endfor %}
{% endif %}