Notes

Please note that theme name before '!!' should be the theme directory name.

Using Overlapping Partials

For Twig

{% partial "mythemename!!my_partial_name" %}

For Components

$this->renderPartial('mythemename!!my_partial_name', $somePartialData)