This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
montpellier-themes/templates/combo/compte-agglo-montpellier/footer-menu.html

6 lines
179 B
HTML

{% for child in children %}
<li class="footer-menu-leaf">
<a class="footer-menu-leaf-link" href="{{ child.attr.redirect_url }}">{{ child.get_menu_title }}</a>
</li>
{% endfor %}