{#if $store.loading}
{/if} {#if $store.error}
{/if} {#if topic}
{topic.title}
{#if topic.tags.length > 0} {/if} {#each topic.posts as post, index}
{/each}
{/if}