@include '../layout/head.html'
@include '../layout/header.html'
@{user.username}'s stars
@if repos.len > 0 @for repo in repos
@repo.user_name/@repo.name
@if repo.description.len > 0
@repo.description
@end
@end @else
No stars
@end
@include '../layout/footer.html'