@let post = this.post(); @if (post.length > 1) { {{ headerText() }} }
@for (content of postSliced; track $index; let index = $index) { @if ( post.length > 1 && (content.content !== '' || (content.medias && content.medias.length > 0) || index === 0 || content.tags.length > 0 || content.quotes.length > 0 || content.questionPoll) ) {
} @if ( content.content !== '' || (content.medias && content.medias.length > 0) || index === 0 || content.tags.length > 0 || content.quotes.length > 0 || content.questionPoll ) { } }

@if (postCanExpand()) { } @if (post.length - postsExpanded > 50 && finalPosts()) { Thread collapsed because it's very long but we show you the end of the thread
@for (content of finalPosts(); track $index; let index = $index) { @if ( content.content !== '' || (content.medias && content.medias.length > 0) || index === 0 || content.tags.length > 0 || content.quotes.length > 0 || content.questionPoll ) {
} } }