- @for (post of posts; track post.id) { - + @if (posts.length) { + @for (post of posts; track post.id) { + + } + } @else { +

Aucun post n'a été créé pour l'instant

}