X-Git-Url: https://git.r.bdr.sh/rbdr/forum/blobdiff_plain/bd8e98d7e24c4dbaee7db6ec7955f7c2f6d396a6..5fc4715f923e5a0935cff2030325608ea6ddc0d6:/src/routes/t/%5Bid%5D.svelte?ds=inline
diff --git a/src/routes/t/[id].svelte b/src/routes/t/[id].svelte
index 8775cec..50aad50 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}