Synced blocks

This block is shared with other pages and editing one changes all other instances.

<aside> 💡 This is a callout which turns into a <div class="notices note"></div> block.

</aside>

Access to page parameters

Code Actual computed value for this page
{{</* param “id” */>}} {{< param “id” >}}
{{</* param “title” */>}} {{< param “title” >}}
{{</* param “slug” */>}} {{< param “slug” >}}

Shortcodes

Hugo shortcodes can be included in the Notion pages.

For instance, this shortcode has the same effect as a note callout :

{{%/* notice “note” */%}}
I’m a note callout
{{%/* /notice */%}}

as you can see here 👇:

{{% notice “note” %}} I’m a note callout {{% /notice %}}