{% for item in [{title:"Dashboard", href:"#", icon:"timeline"}, {title:"Wallet", href:"wallet.html", icon:"account_balance_wallet", badge: 2}, {title:"Reports", href:"reports.html", icon:"bar_chart"}, {title:"Profile", href:"profile.html", icon:"person"}, {title:"UI Elements", href:"elements.html", icon:"category"}, {title:"Logout", href:"login.html", icon: "power_settings_new"}] %}
  • {{item.icon}} {% if item.badge %} {{item.badge}} {% endif %} {{item.title}}
  • {% endfor %}