@if (featuredProject(); as project) { {{ project.title | translate }} {{ project.shortDescription | translate }} @if(project.images.length > 0) { } @else {
{{ project.icon }}
}

{{ project.introduction | translate }}

@for(tech of project.technologies; track tech) { {{tech}} }
} @for (project of otherProjects(); track project) { {{ project.title | translate }} @if(project.images.length > 0) { } @else {
{{ project.icon }}
}

{{ project.shortDescription | translate }}

@for(tech of project.technologies; track tech) { {{tech}} }
}