init framework & ajout de pages template

This commit is contained in:
armansansd
2021-06-01 15:48:54 +02:00
parent 4b97d6cd1a
commit 0d932a8fa8
47 changed files with 23569 additions and 33 deletions

View File

@@ -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 #}