{% include 'layouter/partials/one_col.html' %}
{% include 'layouter/partials/two_cols.html' %}
{% include 'layouter/partials/three_cols.html' %}
{% include 'layouter/partials/four_cols.html' %}
{# The following JavaScript and Styles are only needed in editing mode. #}
{% if request.toolbar.edit_mode %}
{% csrf_token %}
{% addtoblock 'css' %}
{% endaddtoblock %}
{% addtoblock 'js' %}
{% endaddtoblock %}
{% endif %}