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

{{ t.content }}

}
@for (i of profile.images; track i) { @if (i.id != 1){ {{ i.title }} } }
}