Général Amis @for (post of localPosts(); track post.id) {
{{ post.username.substring(0, 2) }}
{{ post.username }}
{{ post.likes }} Likes

{{ post.libelle }}

}
@for (post of postsFriends(); track post.id) {
{{ post.username.substring(0, 2) }}
{{ post.username }}
{{ post.likes }} Likes

{{ post.libelle }}

}