{% extends 'layout/page.tpl'|get_template %} {% block body %} {% if plugin_main_top %}
{{ plugin_main_top }}
{% endif %} {% if plugin_content_top %}
{{ plugin_content_top }}
{% endif %}
{% include 'layout/page_body.tpl'|get_template %} {% block content %} {% if content is not null %}
{{ content }}
{% endif %} {% endblock %}
{% if plugin_content_bottom %}
{{ plugin_content_bottom }}
{% endif %} {% if plugin_main_bottom %}
{{ plugin_main_bottom }}
{% endif %} {% endblock %}