{{ header }}{{ column_left }}
{{ text_form }}
{{ text_route }}

{% set route_row = 0 %} {% for layout_route in layout_routes %} {% set route_row = route_row + 1 %} {% endfor %}
{{ entry_store }} {{ entry_route }}
{{ text_module }} {% set module_row = 0 %}
{% for layout_module in layout_modules %} {% if layout_module.position == 'column_left' %} {% set module_row = module_row + 1 %} {% endif %} {% endfor %}
{{ text_column_left }}
{% for layout_module in layout_modules %} {% if layout_module.position == 'content_top' %} {% set module_row = module_row + 1 %} {% endif %} {% endfor %}
{{ text_content_top }}
{% for layout_module in layout_modules %} {% if layout_module.position == 'content_bottom' %} {% set module_row = module_row + 1 %} {% endif %} {% endfor %}
{{ text_content_bottom }}
{% for layout_module in layout_modules %} {% if layout_module.position == 'column_right' %} {% set module_row = module_row + 1 %} {% endif %} {% endfor %}
{{ text_column_right }}
{{ footer }}