init framework & ajout de pages template
This commit is contained in:
@@ -32,28 +32,16 @@
|
||||
#}
|
||||
<div class="layout-container">
|
||||
|
||||
<header role="banner">
|
||||
<section id="header-top">
|
||||
<div id="header-top-left">
|
||||
{{ page.header_top_left }}
|
||||
</div>
|
||||
<div id="header-top-right">
|
||||
{{ page.header_top_rigth }}
|
||||
</div>
|
||||
</section>
|
||||
<section id="header-bottom">
|
||||
{{ page.header_bottom }}
|
||||
</section>
|
||||
</header>
|
||||
|
||||
{% include directory ~ '\/partials/header.html.twig' %}
|
||||
{{ page.help }}
|
||||
|
||||
<main role="main">
|
||||
<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 #}
|
||||
</div>
|
||||
{# /.layout-content #}
|
||||
|
||||
{% if page.sidebar_first %}
|
||||
<aside class="layout-sidebar-first" role="complementary">
|
||||
@@ -69,21 +57,6 @@
|
||||
|
||||
</main>
|
||||
|
||||
<footer role="contentinfo">
|
||||
<section id="footer-top">
|
||||
{{ page.footer_top }}
|
||||
</section>
|
||||
<section id="footer-bottom">
|
||||
<div id="footer-left">
|
||||
{{ page.footer_bottom_left }}
|
||||
</div>
|
||||
<div id="footer-middle">
|
||||
{{ page.footer_bottom_middle }}
|
||||
</div>
|
||||
<div id="footer-right">
|
||||
{{ page.footer_bottom_right }}
|
||||
</div>
|
||||
</section>
|
||||
</footer>
|
||||
{% include directory ~ '\/partials/footer.html.twig' %}
|
||||
|
||||
</div>{# /.layout-container #}
|
||||
|
Reference in New Issue
Block a user