@import com.feth.play.module.pa.views.html._ @main("Index") {

Welcome

@currentAuth() { auth => @if(auth == null) { Login
Signup } @if(auth != null) { Logout } } @forProviders() { p => @p.getKey() } }