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

Tag Index.

-

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

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