Portal
{% for item in [{title:"Dashboard", href:"#", icon:"dashboard", badge:4, children:[ {title:"Analytics", href:"index.html"}, {title:"Ecommerce", href:"dashboard-commerce.html"}, {title:"Cryptocurrency", href:"dashboard-crypto.html"}, {title:"Project", href:"dashboard-project.html"} ]}, {title:"Apps", href:"#", icon:"desktop_windows", children:[ {title:"Email", href:"email.html"}, {title:"Todo", href:"todo.html"}, {title:"Maps", href:"maps.html"}, {title:"Chat", href:"chat.html"}, {title:"Contacts", href:"contacts.html"}, {title:"Notes", href:"notes.html"}, {title:"Calendar", href:"calendar.html"} ]}, {title:"UI", href:"#", icon:"format_paint", children:[ {title:"Typography", href:"typography.html"}, {title:"Colors", href:"colors.html"} ]}, {title:"Pages", href:"#", icon:"content_paste", children:[ {title:"404", href:"404.html"}, {title:"500", href:"500.html"}, {title:"Login", href:"login.html"}, {title:"Register", href:"register.html"}, {title:"Forgot Password", href:"forgot-password.html"}, {title:"Lock", href:"lock.html"}, {title:"Theming", href:"theming.html"} ]}, {title:"Elements", href:"#", icon: "extension", children:[ {title:"Buttons", href:"buttons.html"}, {title:"Cards", href:"cards.html"}, {title:"Checkbox", href:"checkbox.html"}, {title:"Input", href:"input.html"}, {title:"Linear Progress", href:"progress.html"}, {title:"Dialog", href:"dialog.html"}, {title:"Radio", href:"radio.html"}, {title:"Select", href:"select.html"}, {title:"Slider", href:"slider.html"}, {title:"Snackbar", href:"snackbar.html"}, {title:"Tabs", href:"tabs.html"} ]}] %}
{{item.icon}} {% if item.badge %} {{item.badge}} {% endif %} {{item.title}} {% if item.children %}
    {% for child in item.children %}
  • {{child.title}}
  • {% endfor %}
{% endif %}
{% endfor %}
chevron_left