X-Git-Url: https://git.r.bdr.sh/rbdr/forum/blobdiff_plain/bd8e98d7e24c4dbaee7db6ec7955f7c2f6d396a6..cac85db02ff00732cf75d473dc3411332f33d845:/src/routes/g/%5Bid%5D.svelte diff --git a/src/routes/g/[id].svelte b/src/routes/g/[id].svelte index d036c36..a82e488 100644 --- a/src/routes/g/[id].svelte +++ b/src/routes/g/[id].svelte @@ -1,9 +1,33 @@ - -

Tag Index.

-

This component lists topics for tag with id: {id}

+ + + + {id}, {$_('tag.title')} + + +{#if $store.loading} + +{/if} +{#if $store.error} + +{/if} +{#if tag} + +{/if}