|
@@ -45,64 +45,89 @@
|
|
*/
|
|
*/
|
|
#}
|
|
#}
|
|
<div class="layout-container container">
|
|
<div class="layout-container container">
|
|
- <header role="banner">
|
|
+ <header role="banner" class="row">
|
|
|
|
+ <div class="col-md-12">
|
|
{{ page.header }}
|
|
{{ page.header }}
|
|
|
|
+ </div>
|
|
</header>
|
|
</header>
|
|
|
|
|
|
- {{ page.primary_menu }}
|
|
+ <div class="row">
|
|
- {{ page.secondary_menu }}
|
|
+ <div class="col-md-8 col-md-offset-4">
|
|
|
|
+ {{ page.secondary_menu }}
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="row">
|
|
|
|
+ <div class="col-md-8 col-md-offset-4">
|
|
|
|
+ {{ page.primary_menu }}
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
|
|
- {{ page.breadcrumb }}
|
|
+ <div class="row">
|
|
|
|
+ <div class="col-md-12">
|
|
|
|
+ {{ page.breadcrumb }}
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
|
|
- {{ page.highlighted }}
|
|
+ <div class="row">
|
|
|
|
+ <div class="col-md-12">
|
|
|
|
+ {{ page.highlighted }}
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
|
|
- {{ page.help }}
|
|
+ <div class="row">
|
|
|
|
+ <div class="col-md-12">
|
|
|
|
+ {{ page.help }}
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
|
|
{% if page.featured_top %}
|
|
{% if page.featured_top %}
|
|
- <div class="featured-top">
|
|
+ <div class="featured-top row">
|
|
- <aside class="featured-top__inner section layout-container clearfix" role="complementary">
|
|
+ <aside class="featured-top__inner section layout-container clearfix col-md-12" role="complementary">
|
|
{{ page.featured_top }}
|
|
{{ page.featured_top }}
|
|
</aside>
|
|
</aside>
|
|
</div>
|
|
</div>
|
|
{% endif %}
|
|
{% endif %}
|
|
|
|
|
|
- <main role="main">
|
|
+ <main role="main" class="row">
|
|
<a id="main-content" tabindex="-1"></a>{# link is in html.html.twig #}
|
|
<a id="main-content" tabindex="-1"></a>{# link is in html.html.twig #}
|
|
|
|
|
|
- <div class="layout-content">
|
|
|
|
- {{ page.content }}
|
|
|
|
- </div>{# /.layout-content #}
|
|
|
|
-
|
|
|
|
{% if page.sidebar_first %}
|
|
{% if page.sidebar_first %}
|
|
- <aside class="layout-sidebar-first" role="complementary">
|
|
+ <div class="zlayout-content col-md-8">
|
|
|
|
+ {{ page.content }}
|
|
|
|
+ </div>{# /.layout-content #}
|
|
|
|
+ <aside class="zlayout-sidebar-first col-md-4" role="complementary">
|
|
{{ page.sidebar_first }}
|
|
{{ page.sidebar_first }}
|
|
</aside>
|
|
</aside>
|
|
|
|
+ {% else %}
|
|
|
|
+ <div class="zlayout-content col-md-12">
|
|
|
|
+ {{ page.content }}
|
|
|
|
+ </div>{# /.layout-content #}
|
|
{% endif %}
|
|
{% endif %}
|
|
</main>
|
|
</main>
|
|
|
|
|
|
{% if page.featured_bottom_first or page.featured_bottom_second or page.featured_bottom_third %}
|
|
{% if page.featured_bottom_first or page.featured_bottom_second or page.featured_bottom_third %}
|
|
<div class="featured-bottom">
|
|
<div class="featured-bottom">
|
|
- <aside class="layout-container clearfix" role="complementary">
|
|
+ <aside class="layout-container clearfix row" role="complementary">
|
|
- {{ page.featured_bottom_first }}
|
|
+ <div class="col-md-4">{{ page.featured_bottom_first }}</div>
|
|
- {{ page.featured_bottom_second }}
|
|
+ <div class="col-md-4">{{ page.featured_bottom_second }}</div>
|
|
- {{ page.featured_bottom_third }}
|
|
+ <div class="col-md-4">{{ page.featured_bottom_third }}</div>
|
|
</aside>
|
|
</aside>
|
|
</div>
|
|
</div>
|
|
{% endif %}
|
|
{% endif %}
|
|
|
|
|
|
{% if page.footer_first or page.footer_second or page.footer_third or page.footer_fourth %}
|
|
{% if page.footer_first or page.footer_second or page.footer_third or page.footer_fourth %}
|
|
- <footer role="contentinfo">
|
|
+ <footer role="contentinfo" class="row">
|
|
- {{ page.footer_first }}
|
|
+ <div class="col-md-3">{{ page.footer_first }}</div>
|
|
- {{ page.footer_second }}
|
|
+ <div class="col-md-3">{{ page.footer_second }}</div>
|
|
- {{ page.footer_third }}
|
|
+ <div class="col-md-3">{{ page.footer_third }}</div>
|
|
- {{ page.footer_fourth }}
|
|
+ <div class="col-md-3">{{ page.footer_fourth }}</div>
|
|
</footer>
|
|
</footer>
|
|
{% endif %}
|
|
{% endif %}
|
|
|
|
|
|
- {% if page.legalese_first or page_legalese_second %}
|
|
+ {% if page.legalese_first or page.legalese_second %}
|
|
- <footer role="contentinfo">
|
|
+ <footer role="contentinfo" class="row">
|
|
- {{ page.legalese_first }}
|
|
+ <div class="col-md-6">{{ page.legalese_first }}</div>
|
|
- {{ page.legalese_second }}
|
|
+ <div class="col-md-6">{{ page.legalese_second }}</div>
|
|
</footer>
|
|
</footer>
|
|
{% endif %}
|
|
{% endif %}
|
|
|
|
|