Twitter bootstrap – create List inside twirl template
Usually I create all the stuff like that: @(courses: List[models.Course]) Then I pass the List from the controller into the view from the render() method. but this is some kind of special case, It's actually a partial and I would…