@(message: String)(recomForm: Form[SteamIdForm]) @import helper._ @main(title="Play with friends") {

What can you play with your Steam friends?

Find out what game you should play with your Steam friends.

@form(action = routes.RecomController.getRecommendations, args = 'id -> "recomForm") {
@helper.input(recomForm("steamId"), '_label -> "", '_showConstraints -> false ) {(id, name, value, args) =>
?
}
}
}