{%- comment -%}{%- endcomment -%} {%- if page.secondary-column -%} {%- if page.secondary-column == 'left' -%} {%- assign secondary-column = 'left' -%} {%- endif -%} {%- if page.secondary-column == 'right' -%} {%- assign secondary-column = 'right' -%} {%- endif -%} {%- else -%} {%- if site.data.setup.secondary-column == 'left' -%} {%- assign secondary-column = 'left' -%} {%- endif -%} {%- if site.data.setup.secondary-column == 'right' -%} {%- assign secondary-column = 'right' -%} {%- endif -%} {%- endif -%} {%- comment -%}{%- endcomment -%} {%- if page.secondary-column-content -%} {%- assign secondary-column-content = page.secondary-column-content -%} {%- else -%} {%- assign secondary-column-content = 'secondary-column.html' -%} {%- endif -%} {%- comment -%}{%- endcomment -%} {%- if page.tertiary-column -%} {%- if page.tertiary-column == 'present' -%} {%- assign tertiary-column = 'present' -%} {%- endif -%} {%- else -%} {%- if site.data.setup.tertiary-column == 'present' -%} {%- assign tertiary-column = 'present' -%} {%- endif -%} {%- endif -%} {%- comment -%}{%- endcomment -%} {%- if page.tertiary-column-content -%} {%- assign tertiary-column-content = page.tertiary-column-content -%} {%- else -%} {%- assign tertiary-column-content = 'tertiary-column.html' -%} {%- endif -%} {%- comment -%}{%- endcomment -%} {%- if page.banner-position -%} {%- assign banner-position = page.banner-position -%} {%- elsif page.navbanner-position -%} {%- assign banner-position = page.navbanner-position -%} {%- else -%} {%- assign banner-position = site.data.setup.banner-position -%} {%- endif %} {% include head.html %} {%- if banner-position == 'top' or banner-position == 'top-fixed' -%} {%- if site.data.setup.use-separate-banner-menubar-file %} {%- else -%} {%- include banner-area.html -%} {%- endif -%} {%- endif %}
{%- if secondary-column == 'left' %}
{%- if site.data.setup.drop-down-menu -%}{%- else -%} {%- include vertical-menu.html label-modifier="a" -%} {%- endif %} {% include {{ secondary-column-content }} label-modifier="a" %}
{%- if tertiary-column == 'present' %}
{% include {{ tertiary-column-content }} %}
{%- endif %}
{%- else -%} {%- if tertiary-column == 'present' %}
{% include {{ tertiary-column-content }} %}
{%- endif -%} {%- endif %}
{%- if banner-position == 'main' -%} {%- if site.data.setup.use-separate-banner-menubar-file %} {%- else -%} {% include banner-area.html %} {%- endif -%} {%- endif %}
{{ content }}
{%- if secondary-column == 'right' %}
{%- if site.data.setup.drop-down-menu -%}{%- else -%} {% include vertical-menu.html label-modifier="c" %} {%- endif -%} {% include {{ secondary-column-content }} label-modifier="b" %}
{%- if tertiary-column == 'present' %}
{%- include {{ tertiary-column-content }} %}
{%- endif -%}
{%- else -%} {%- if tertiary-column == 'present' %}
{% include {{ tertiary-column-content }} %}
{%- endif -%} {%- endif %}