{{timeLineItem.img}}

{{timeLineItem.name}} {{timeLineItem.nik}}

{{timeLineItem.datePublish}}

@if (timeLineItem.title) {

{{timeLineItem.title}}

}

{{timeLineItem.description}}

@if (timeLineItem.content.type === 'map') { } @if (timeLineItem.content.type !== 'map' && timeLineItem.content.img) { } @if (timeLineItem.content.type !== 'map' && timeLineItem.content.text) {
@if (isShowText) {

{{timeLineItem.content.text}}

}
}
@if (timeLineItem.likes.length !== 0) { }
@if (timeLineItem.comments.length !==0) { @for (item of timeLineItem.comments; track item) {
{{item.img}}

{{item.name}} {{item.date}}

{{item.comment}}

}
}