Skip to main content
Secure pages not only support HTML/Markdown, but also supports handlebars syntax to inject dynamic variables and add custom logic.

Dynamic variables

Dynamic variables can be used within your custom page to display additional data to your users. They can also be used to add custom logic on your pages to show/hide content.

Displaying dynamic variables

Wrapping the variable within 2 opening & closing curly brackets will display the variable. If you copy/paste the following code into the details section of your page, it will display the number of tags that have been programmed to that page.
In the editor, it will show XXX as a placeholder for this variable, but tapping the tag will show the actual value

Hiding content when inauthentic

Content can be displayed conditionally by using the variables within a handlebars if/else statements. Let’s say you wanted to show a video to the user if they own one of your products. You details would look something like this:
You can copy/paste the above code into your page’s details and it would hide the video if the tag is inauthentic.

Available variables