{% import 'components/menu_labels.html' as ml %} {% macro menu(menus, class='') %} {% for name,url in menus %} {{ml.label[name]}} {% endfor %} {% if caller is defined %} {{ caller()}} {% endif %} {% endmacro %}