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

Tag: {{ this.tag }}

{% for event in site.get('/docs/api/plugins/events').children.all() %} {% if this.tag == event.title %}

This is an event emitted by Lektor for plugins to hook. The following plugins hook this event. Take a look at their source code to see how they work!

Intro to Plugins || Plugin Commands || Plugin API || This Event

{% endif %} {% endfor %}

Plugins:

{% endblock %}