Embed is a shortcut to embed pages or the page content into other pages using simple markdown syntax.
{{% embed page="/path-or-slug" modular=false|true template="name" %}}
// OR
{{% embed "/path-or-slug" modular=false|true template="name" %}}
-
page
[required] -- (string)
The path to a (modular) page. The path equals the slug of the page with a perpended slash. The keyword is optional. -
modular
[optional] -- (bool)
Determines whether the page or the page content should be embedded. Usually this option is automatically set to the correct value and need not to be altered, otherwise correct the auto-detection by specifying a value. -
template
[optional] -- (string)
The template used for rendering a page. This option is only available formodular=true
(default: "").