--- layout: plugins title: Plugins --- {% for plugin in site.categories.plugin %}
{{plugin.description}} {% if plugin.license %}– {{plugin.license}} licensed. {% endif %}{% if plugin.example != false %}View example{% endif %}
{{ plugin.content | replace:'&','&' | replace:'<','<' | replace:'>', '>'}}