{% extends 'Default/parameters.html.twig' %} {% macro menu(o) %} {% if o.href is defined and o.href %} {{o.label}} {% else %} {{o.label}} {% endif %} {% if o.submenus is defined %} {% endif %} {% endmacro %} {% block html %} {% endblock %}