{% load lbr_tags %} {% lbr_props "menu.item" attrs=attrs type=type open=open as rx %} {% if type == "title" %}
  • {% if slot %}{{ slot }}{% else %}{{ title }}{% endif %}
  • {% elif type == "submenu-details" %}
  • {% if titleSlot %} {{ titleSlot }} {% else %} {{ title|default:"Submenu" }} {% endif %}
  • {% elif type == "submenu-toggle" %}
  • {% if titleSlot %} {{ titleSlot }} {% else %} {{ title|default:"Submenu" }} {% endif %}
  • {% else %}
  • {% if slot %}{{ slot }}{% else %}{{ title }}{% endif %}
  • {% endif %}