{% macro menu_links(menu, seo, class) %} {% import _self as macros %} {% for item in menu %}
  • {{ item.nombre }}{% if item.children %}{% endif %} {% if item.children %} {% endif %}
  • {% endfor %} {% endmacro %} {% block menu_cabecera %} {% import _self as macros %} {% endblock %}