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