return ok(views.html.index.render(Group.all(), groupForm));
I need a way for the framework to use index.scala.php file instead of the default index.scala.html file. The code above renders the html file but is there a way to use the php file instead. I want the play framework to use php files instead of html.