@if (profile){
@if (profile.images[0]){ }
@for (t of profile.texts; track t) { @if (t.home == 1){

{{ t.content }}

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

{{ project.title }}

}