{#if posts?.postType === 'text'}
{posts?.title}
{@html posts?.description}
{:else if posts?.postType==='image'}
{posts?.title}
{#if posts?.thumbnail && !posts?.thumbnail?.toLowerCase()?.includes('mp4')}
post image {:else} {/if}
{:else if posts?.postType === 'link'} {#if videoId[posts?.id]?.length === 0}
{:else}
{posts?.title}
{/if} {/if}
{#if posts?.tagline?.length !== 0} {/if} {#if posts?.tagTopic !== null} {#each $tagList as tag} {#each posts?.tagTopic as tagTopic} {#if tag?.name === tagTopic} {/if} {/each} {/each} {/if}
{#if !data?.user}
{:else} {/if}
{upvoteCounter[posts?.id] - downvoteCounter[posts?.id] }
{#if !data?.user}
{:else} {/if}
{#if posts?.expand['comments(post)']} {posts?.expand['comments(post)']?.length} {:else} 0 {/if}