{% extends "index.html" %} {% block workspace_header %}
{# TODO why display the breadcrumbs? And why link to the marketplace, when people could have come here from the list of installed plugins? #} Plugin Marketplace / {{ plugin_name }}
{{ plugin_name }}
{% if author_name %}
By {{ author_name }}
{% endif %}
{% block page_button %}
{% endblock %}
{% if plugin_description %}
{{ plugin_description | safe }}
{% endif %} {% endblock %}