diff --git a/app/templates/cotton/components/sidebar_menu_collapsible_header.html b/app/templates/cotton/components/sidebar_menu_collapsible_header.html new file mode 100644 index 0000000..8f54eeb --- /dev/null +++ b/app/templates/cotton/components/sidebar_menu_collapsible_header.html @@ -0,0 +1,12 @@ +
  • + +
  • +
    + {{ slot }} +
    diff --git a/app/templates/cotton/components/sidebar_menu_header.html b/app/templates/cotton/components/sidebar_menu_header.html new file mode 100644 index 0000000..678e7d6 --- /dev/null +++ b/app/templates/cotton/components/sidebar_menu_header.html @@ -0,0 +1,6 @@ +
  • +
    + {{ title }} +
    +
    +
  • diff --git a/app/templates/cotton/components/sidebar_menu_item.html b/app/templates/cotton/components/sidebar_menu_item.html new file mode 100644 index 0000000..f360815 --- /dev/null +++ b/app/templates/cotton/components/sidebar_menu_item.html @@ -0,0 +1,14 @@ +{% load active_link %} +
  • + + + {{ title }} + +
  • diff --git a/app/templates/cotton/components/sidebar_menu_url_item.html b/app/templates/cotton/components/sidebar_menu_url_item.html new file mode 100644 index 0000000..30870d1 --- /dev/null +++ b/app/templates/cotton/components/sidebar_menu_url_item.html @@ -0,0 +1,16 @@ +{% load active_link %} +
  • + + + + {{ title }} + +
  • diff --git a/app/templates/includes/mobile_navbar.html b/app/templates/includes/mobile_navbar.html new file mode 100644 index 0000000..f20370b --- /dev/null +++ b/app/templates/includes/mobile_navbar.html @@ -0,0 +1,16 @@ +{% load cache_access %} +{% load settings %} +{% load static %} +{% load i18n %} +{% load active_link %} + diff --git a/app/templates/includes/navbar/user_menu.html b/app/templates/includes/navbar/user_menu.html index 224c09e..4f86fde 100644 --- a/app/templates/includes/navbar/user_menu.html +++ b/app/templates/includes/navbar/user_menu.html @@ -1,13 +1,10 @@ {% load settings %} {% load i18n %}