Insert page into a layout
To determine where the layout content will be displayed, you can use the tag.
For exemple:
<body>
<div class="px-2 max-w-[512px] relative z-20 mx-auto py-10">
<div>
<content />
</div>
</div>
</body>
Next, go to your page settings, select 'Layout,' and choose the desired layout.
Last updated