Hi,
is it possible to use shortcodes in a html.twig file?
Should I use both lines (or only one of them) as described in your docs?
{{% embed page="/path-or-slug" modular=false|true template="name" %}}
{{% embed "/path-or-slug" modular=false|true template="name" %}}
For grav/twig beginners it's not so easy to understand.
Maybe it's possible to give a full example with result for the cookbook Plugins section?
Thanks!