{% import "commons/components.html.twig" as comp %}
<div class="d-flex cg-5 flex-wrap may-15">
{{ comp.menu_child("", path('front_landing'), true) }}
{% for key, child in menu %}
{{ comp.menu_child(key, child, false, loop) }}
{% endfor %}
</div>