Verify Email Template Access to tenant-config.json

Hi,

I am trying to have a variable show up in my email Template from Tenant config Variables. Depending on different tenant-config I want to have different script run in my html. ( for omniture tracking).

So right now I have “VARIABLE_LINK” : “a_value_link” in my tenant config. I want to bring that variable in my verify email template like .

I tried using but it did not work.
Any suggestion how can I bring that variable?

I tried using <script src= "${##VARIABLE_LINK##}" async><script/> but it did not work ***

Found an easier way, tenant name is available through auth0 variables, So I can use liquid syntax if&else to get my desired outcome.