{% extends "layout.html" %} {% from "macros/plugins.html" import render_plugin_list %} {% from 'macros/blocksupport.html' import render_full_width_blocks %} {% block title %}{{ this.title }}{% endblock %} {% block outerbody %} {% set image = site.get('/plugins').attachments.images.first() %} {% if image %}
{% endif %} {{ super() }} {% endblock %} {% block body %}

{{ this.title }}

{% call render_full_width_blocks(this.body.blocks, classes='col-md-12') %} {% endcall %} {% for category in site.query('/plugin-categories').order_by('title') %}

{{ category.title }}

{{ render_plugin_list(category.children) }}
{% endfor %}

Tags

Plugins are also tagged with keywords and topics. Their tags are listed on their page and are navigable. You can view a list of all of the tags here.

{% endblock %}