Avatar

Level 2

Hello ,

i'm working on a Html customization block which i have to call in many places and in each place i have to show a different texte.

this is the code of my customization block :

 

<div>
 <p>here the dynamic text</p>
</div>

 

im calling my block in an email template using this syntax  :

 

<%@ include view='myCustomBloc' %>

 

my issue is that i want to pass my custom text as a parameter when i call my custom bloc  in order to show the correct text according to the email template.

 

Any help please !

 

Regards

does adobe campaign support this mode