2018-04-23 23:44:05 +02:00
|
|
|
{% extends "plugins.html" %}
|
|
|
|
|
2018-04-21 00:52:22 +02:00
|
|
|
{% block body %}
|
2018-04-23 23:44:05 +02:00
|
|
|
<h1>{{ this.title }}</h1>
|
|
|
|
{% call render_full_width_blocks(this.body.blocks, classes='col-md-12') %}
|
|
|
|
{% endcall %}
|
2018-05-12 18:59:57 +02:00
|
|
|
{{ render_plugin_list(this.children) }}
|
2018-04-21 00:52:22 +02:00
|
|
|
{% endblock %}
|