X-Git-Url: https://git.r.bdr.sh/rbdr/forum/blobdiff_plain/63c3da2af27fcfb1a9893ade03543e3a30949c8d..58f7d52150456713d3132408668a92d0f6f3d084:/src/routes/g/%5Bid%5D.svelte?ds=inline diff --git a/src/routes/g/[id].svelte b/src/routes/g/[id].svelte new file mode 100644 index 0000000..023fbd8 --- /dev/null +++ b/src/routes/g/[id].svelte @@ -0,0 +1,33 @@ + + + + + + {id}, {$_('tag.title')} + + +{#if $store.loading} + +{/if} +{#if $store.error} + +{/if} +{#if tag} + +{/if}