{% extends "_base_header.html" %} {% block page_title %} Installed Plugins {% endblock %} {% block page_description %} View all your installed plugins in one place. {% endblock %} {% block page_button %} {% endblock %} {% set sidebar_active_tab = "my-plugins" %} {% set search_endpoint = url_for('plugin_installed_list') %} {% block workspace_content %}
{% endblock %} {% block scripts %} {% endblock %}