ebs/templates/components/layout/_footer.html.twig
2023-12-21 08:49:38 +01:00

5 lines
326 B
Twig

<div class="d-flex flex-wrap flex-column flex-md-row justify-content-center align-items-center py-2 bg-light ">
{% include 'components/footer/_logo.html.twig' with {menu} %}
{% include 'components/footer/_links.html.twig' with links %}
{% include 'components/footer/_social_network.html.twig' with icons %}
</div>