first real commit ouid

This commit is contained in:
2021-11-15 13:15:49 +01:00
parent e3948f683a
commit ea4244da97
13 changed files with 175 additions and 121 deletions
@@ -30,46 +30,50 @@
* @see html.html.twig
*/
#}
<div class="layout-container">
<header role="banner">
<section id="header-top">
{{ page.header_top_left }}
{{ page.header_top_rigth }}
</section>
{{ page.header_bottom }}
</header>
{{ page.help }}
<header role="banner">
<section id="header-top">
{{ page.header_top_left }}
{{ page.header_top_rigth }}
</section>
{{ page.header_bottom }}
</header>
<main role="main">
<a id="main-content" tabindex="-1"></a>{# link is in html.html.twig #}
{{ page.help }}
<div class="layout-content">
{{ page.content }}
</div>{# /.layout-content #}
<main role="main">
<a id="main-content" tabindex="-1"></a>{# link is in html.html.twig #}
{% if page.sidebar_first %}
<aside class="layout-sidebar-first" role="complementary">
{{ page.sidebar_first }}
</aside>
{% endif %}
<div class="layout-content">
{{ page.content }}
</div>{# /.layout-content #}
{% if page.sidebar_second %}
<aside class="layout-sidebar-second" role="complementary">
{{ page.sidebar_second }}
</aside>
{% endif %}
{% if page.sidebar_first %}
<aside class="layout-sidebar-first" role="complementary">
{{ page.sidebar_first }}
</aside>
{% endif %}
</main>
{% if page.sidebar_second %}
<aside class="layout-sidebar-second" role="complementary">
{{ page.sidebar_second }}
</aside>
{% endif %}
<footer role="contentinfo">
{{ page.footer_top }}
<section id="fotter-bottom">
{{ page.footer_left }}
{{ page.footer_middle }}
{{ page.footer_right }}
</section>
</footer>
</main>
<footer role="contentinfo">
{{ page.footer_top }}
<section id="fotter-bottom">
{{ page.footer_left }}
{{ page.footer_middle }}
{{ page.footer_right }}
</section>
</footer>
</div>{# /.layout-container #}
</div>{# /.layout-container #}