- {#each sections as { slug, title, content, path }} - - (anchor = true)} - on:mouseleave={() => (anchor = false)} - > - - - - {title} - - - {@html content} - - {/each} -
+ {#each sections as { slug, title, content }} + + + + + + + + + {title} + + + {@html content} + + {/each} +
+ + + + + Copy to Clipboard + + { + syv.mount(ExampleDialog); + syv.load(() => import('./ExampleDialog.svelte')); + }} + > + Open Dialog + +