Mailhub
  • Welcome
  • Introduction
  • Get your API key
  • Connect your domain
  • Create layouts & pages
  • Send email
  • Internationalization
  • Editor
    • Insert page into a layout
    • Dynamic Expressions
Powered by GitBook
On this page
  1. Editor

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.

PreviousInternationalizationNextDynamic Expressions

Last updated 10 months ago