{% if page.title %} Suggest Edits

{{ page.title }}


{% endif %} {{ page.content }}
{{ site.data[page.data].length }} plugins
Enter a few keywords about the plugin to filter the list
{% for plugin in _.sortBy(site.data[page.data], 'name') %}
{{ plugin.name }}

{{ plugin.description }}

{% if plugin.tags %}

{% for tag in plugin.tags %} {{ tag }} {% endfor %}

{% endif %}
{% endfor %}