@(followedUsers: List[(UUID, String, String, String)], name: String, prev: Int, next: Int, limit: Int)(implicit user: Option[models.User]) @main("Following Users") {

Users @name is Following

@for(userInfo <- followedUsers) { @users.tile(userInfo, "col-lg-2 col-md-2 col-sm-3 col-xs-4", true) }
}