mirror of
https://github.com/lektor/lektor-website.git
synced 2025-01-31 14:31:29 +01:00
9 lines
225 B
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 %}
|