@block title { @title } @block content {
@link req, Self::index {Home}
@title
@for user in users {

@user.username

}
}