X-Git-Url: https://git.r.bdr.sh/rbdr/forum/blobdiff_plain/bd8e98d7e24c4dbaee7db6ec7955f7c2f6d396a6..58f7d52150456713d3132408668a92d0f6f3d084:/src/routes/t/%5Bid%5D.svelte diff --git a/src/routes/t/[id].svelte b/src/routes/t/[id].svelte index 8775cec..9d3ab9e 100644 --- a/src/routes/t/[id].svelte +++ b/src/routes/t/[id].svelte @@ -1,10 +1,48 @@ + + - + + {#if $store.loading} + {$_('loader.message')}, {$_('topic.title')} + {/if} + {#if $store.error} + {$_('error.generic.title')}, {$_('topic.title')} + {/if} + {#if topic} + {topic.title}, {$_('topic.title')} + {/if} + + +{#if $store.loading} + +{/if} +{#if $store.error} + +{/if} +{#if topic} + +{/if}