@()(implicit cart: Cart) @main("Demo page") {
This application shows the use of implicit template parameters. The "You have 4 items in your shopping cart" text in the black navigation bar above, is rendered using an implicit Cart object, which is passed through the templates.
}