SOLVED

Re: Tokens in Templates

Go to solution
Anonymous
Not applicable

Tokens in Templates

I'm creating a landing page template and I was wondering if it's possible to use tokens in the template? Currently, when I place a token in my html template it displays as text. 
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
JD_Nelson
Level 10 - Community Advisor

Re: Tokens in Templates

the token will change when you sample/publish your content (it'll view as the {{token}} text during editing purposes).

One word of caution, when using tokens in templates, is that they need to be global tokens, or if they are program-specific you'll need to update them each time you use the template.

View solution in original post

3 REPLIES 3
JD_Nelson
Level 10 - Community Advisor

Re: Tokens in Templates

the token will change when you sample/publish your content (it'll view as the {{token}} text during editing purposes).

One word of caution, when using tokens in templates, is that they need to be global tokens, or if they are program-specific you'll need to update them each time you use the template.
Josh_Hill13
Level 10 - Champion Alumni

Re: Tokens in Templates

I highly recommend you do this as well as setup local tokens for the Meta tags TITLE and Description.
Anonymous
Not applicable

Re: Tokens in Templates

Thank you for the feedback!