{%- 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 %}