Hi @ajoshi84 , I would use data-sly-include data-sly-include replaces
the content of the host element with the markup generated by the
indicated HTML template file (HTL, JSP, ESP etc.) when it is processed
by its corresponding template engine. The rendering context of the
included file will not include the current HTL context (that of the
including file); Consequently, for inclusion of HTL files, the current
data-sly-use would have to be repeated in the included file (In such a
case it is usuall...