@if (profile){

{{ profile.bio }}

{{ profile.description }}

}
@for (project of projects; track project) {

{{ project.title }}

}