- {% block content_top %} - {% if content_top is not empty %} - {{- content_top|raw -}} - {% endif %} - {% endblock %} - -
- {% if content is not empty %} - {% block content %} -
- {{- content|raw -}} -
- {% endblock %} - {% endif %} - - {% if sidebar_top_left is not empty and has_sidebar_left %} - {% block sidebar_top_left %} - - {% endblock %} - {% endif %} - - {% if sidebar_top_right is not empty and has_sidebar_right %} - {% block sidebar_top_right %} - - {% endblock %} - {% endif %} - - {% if sidebar_bottom_left is not empty and has_sidebar_left %} - {% block sidebar_bottom_left %} - - {% endblock %} - {% endif %} - - {% if sidebar_bottom_right is not empty and has_sidebar_right %} - {% block sidebar_bottom_right %} - - {% endblock %} - {% endif %} -
- - {% block content_bottom %} - {% if content_bottom is not empty %} - {{- content_bottom|raw -}} - {% endif %} - {% endblock %} -