cq:template values are not rendering
<div data-sly-resource="${'inlinesubscribe' @ resourceType='abc/components/content/inlinesubscribe'}"></div>
<div data-sly-resource="${'inlinesocial' @ resourceType='abc/components/content/inlinesocial'}"></div>
im adding this code to configure inlinesubscribe and inlinesocial component inside another component.. these two components is having cq:template default values.
but those are not rendering if i add it inside another component.
individually its working fine.