{% load static %} {% load unicms_pages %}
{% load_blocks section="1-top-a" as 1_top_a %} {% load_blocks section="1-top-b" as 1_top_b %} {% load_blocks section="1-top-c" as 1_top_c %} {% load_blocks section="1-mid-top-a" as 1_mid_top_a %} {% load_blocks section="1-mid-top-b" as 1_mid_top_b %} {% load_blocks section="1-mid-top-c" as 1_mid_top_c %} {% load_blocks section="1-left-a" as 1_left_a %} {% load_blocks section="1-left-b" as 1_left_b %} {% load_blocks section="1-center-top-a" as 1_center_top_a %} {% load_blocks section="1-center-top-b" as 1_center_top_b %} {% load_blocks section="1-center-top-c" as 1_center_top_c %} {% load_blocks section="1-center-content" as 1_center_content %} {% load_blocks section="1-center-bottom-a" as 1_center_bottom_a %} {% load_blocks section="1-center-bottom-b" as 1_center_bottom_b %} {% load_blocks section="1-center-bottom-c" as 1_center_bottom_c %} {% load_blocks section="1-right-a" as 1_right_a %} {% load_blocks section="1-right-b" as 1_right_b %} {% load_blocks section="1-mid-bottom-a" as 1_mid_bottom_a %} {% load_blocks section="1-mid-bottom-b" as 1_mid_bottom_b %} {% load_blocks section="1-mid-bottom-c" as 1_mid_bottom_c %} {% load_blocks section="1-bottom-a" as 1_bottom_a %} {% load_blocks section="1-bottom-b" as 1_bottom_b %} {% load_blocks section="1-bottom-c" as 1_bottom_c %} {% if 1_top_a or 1_top_b or 1_top_c %}
{% include "grid/section_1/top.html" %}
{% endif %} {% if 1_mid_top_a or 1_mid_top_b or 1_mid_top_c %}
{% include "grid/section_1/mid-top.html" %}
{% endif %} {% if 1_center_top_a or 1_center_top_b or 1_center_top_c or 1_center_content or 1_center_bottom_a or 1_center_bottom_b or 1_center_bottom_c %} {% if 1_left_a and 1_left_b %}
{% include "grid/section_1/left.html" %}
{% elif 1_left_a or 1_left_b %}
{% include "grid/section_1/left.html" %}
{% endif %}
{% include "grid/section_1/center.html" %}
{% if 1_right_a and 1_right_b %}
{% include "grid/section_1/right.html" %}
{% elif 1_right_a or 1_right_b %}
{% include "grid/section_1/right.html" %}
{% endif %} {% else %} {% if 1_left_a or 1_left_b %}
{% include "grid/section_1/left.html" %}
{% endif %} {% if 1_right_a or 1_right_b %}
{% include "grid/section_1/right.html" %}
{% endif %} {% endif %} {% if 1_mid_bottom_a or 1_mid_bottom_b or 1_mid_bottom_c %}
{% include "grid/section_1/mid-bottom.html" %}
{% endif %} {% if 1_bottom_a or 1_bottom_b or 1_bottom_c %}
{% include "grid/section_1/bottom.html" %}
{% endif %}