Twig is a shortcut to render custom texts using the Twig templating engine.
{{% twig template="name" %}}
CONTENT
{{% end %}}
template
[optional] -- (string)
Render custom text using a predefined template. The content of the shortcode is passed to the template as a clone of the current page.