[object Object]

guide

advanced

inlined-pages

Inlining a page can be done by using node.component in a a <svelte:component>

<svelte:component this="node.component" />

Inlining multiple pages

Often you want multiple pages inlined on a single page. This can be done by iterating over a node’s children.

Inlining recursively

If some of the inlined pages are nested in folders, you can inline these and their modules. That is how this documentation page is rendered.