You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to build a re-usable templates and am curious if there is a way to set a single variable near the top of the code and then echo it in multiple places later. Like list a link variable once up top and echo it in the body in multiple href areas.
similar to a simple php variable and echo
The text was updated successfully, but these errors were encountered:
MJML is a markup language so there's no such thing as variable, or conditionnal structure. You could use something like handlebars, mustache or any templating language to do this job.
I'm trying to build a re-usable templates and am curious if there is a way to set a single variable near the top of the code and then echo it in multiple places later. Like list a link variable once up top and echo it in the body in multiple href areas.
similar to a simple php variable and echo
The text was updated successfully, but these errors were encountered: