コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Use of data-sly-template

Avatar

Level 6

Hi Team,

What is exact use of data sly-template in slightly.

I have google but not getting exact usage.

Explain with some example so that i can understand exactly the use of template.

Regards

Manikantha R.

1 受け入れられたソリューション

Avatar

正解者
Community Advisor

Hi,

data-sly-template block is like defining a function which can call later using data-sly-call

data-sly-template: Defines a template. The host element and its content are not output by HTL

data-sly-call: Calls a template defined with data-sly-template. The content of the called template (optionally parameterized) replaces the content of the host element of the call.

e.g.
Arun Patidar

AEM LinksLinkedIn

元の投稿で解決策を見る

1 返信

Avatar

正解者
Community Advisor

Hi,

data-sly-template block is like defining a function which can call later using data-sly-call

data-sly-template: Defines a template. The host element and its content are not output by HTL

data-sly-call: Calls a template defined with data-sly-template. The content of the called template (optionally parameterized) replaces the content of the host element of the call.

e.g.
Arun Patidar

AEM LinksLinkedIn