{% extends "layout.html" %} {% from "macros/plugins.html" import render_category_nav, render_plugin_list %} {% block title %}Plugin Category {{ this.name }}{% endblock %} {% block body %}

Plugin Category {{ this.name }}

{{ render_category_nav(active=this._id) }} {{ render_plugin_list(this.children) }} {% endblock %}