Hi All, We can include existing components in new component by adding, <cq:include path="" resourceType="" />Is it possible to achieve the same using javascript?Like,<script type="text/javascript"> var temp = "<cq:include path="sometext" resourceType="existing/component/path" />" ...