popsu-d9/web/themes/custom/popsu/partials/footer.html.twig
2021-06-24 17:10:48 +02:00

16 lines
574 B
Twig

<footer role="contentinfo" class="columns small-12">
<section id="footer-top" class="row">
{{ page.footer_top }}
</section>
<section id="footer-bottom" class="row">
<div id="footer-left" class="columns small-3 small-offset-1">
{{ page.footer_bottom_left }}
</div>
<div id="footer-middle" class="columns small-2 small-offset-0">
{{ page.footer_bottom_middle }}
</div>
<div id="footer-right" class="columns small-4 small-offset-1">
{{ page.footer_bottom_right }}
</div>
</section>
</footer>