To clarify further, because a part of the script was missng:
I am doing <div class="block block--grid-block” <sling:call
script=“analytics-attributes.jsp”/> > </div>
If i do the following in sightly: <div class="block block--grid-block” <sly
data-sly-include=“analytics-attributes.jsp”/> > </div> The following output is
created (see the wrongly put sly tag):
<div class="block--grid-block" <sly="" style="height: 298px;">
data-analytics-page-id=“page id"
data-analytics-page-type=“page-type"
</div>
Greetings,
Roy
> On 28 Oct 2016, at 13:39, Roy Teeuwen <[email protected]> wrote:
>
> Hey all,
>
> When using HTL, how does one include attributes in a div when it’s coming
> from another script? In jsp we would be able to do it like the following:
>
> <div class="block block--grid-block"
> <sling:call script="analytics-attributes.jsp"/>
>>
>
> This doesn’t seem possible in sightly in a way I can find?
>
> Greetings,
> Roy