diff --git a/menu/templates/bootstrap4-navbar-submenu.html b/menu/templates/bootstrap4-navbar-submenu.html new file mode 100644 index 0000000..dace833 --- /dev/null +++ b/menu/templates/bootstrap4-navbar-submenu.html @@ -0,0 +1,13 @@ + diff --git a/menu/templates/bootstrap4-navbar.html b/menu/templates/bootstrap4-navbar.html new file mode 100644 index 0000000..a6cb713 --- /dev/null +++ b/menu/templates/bootstrap4-navbar.html @@ -0,0 +1,22 @@ +{% for item in menu %} + {% if item.visible %} + {% if item.separator %} +
  • + {% endif %} + + + {% endif %} +{% endfor %}