@if (project){
@if (project.images.length > 0){ {{ project.images[0].title }} }

{{ project.title }}

@for (image of project.images; track image.id) { {{ image.title }} }
}