{% extends "plugin.html" %} {% block body %}

Plugin Tags

This is a list of all tags that Lektor plugins have. Click on individual tags to see which plugins use that tag.

{% set tags = this.parent.children.distinct("tags") %} {% for column in tags|sort|slice(3) %}
{% endfor %}
{% endblock %}