lektor-website/templates/plugin-category.html

9 lines
225 B
HTML

{% extends "plugins.html" %}
{% block body %}
<h1>{{ this.title }}</h1>
{% call render_full_width_blocks(this.body.blocks, classes='col-md-12') %}
{% endcall %}
{{ render_plugin_list(this.children) }}
{% endblock %}