Merge two variables / HTML and variables

Options
Trying to post html with some data from Xano to another api.

The main problem is that I have no idea how to basically do:

var text = "Some text"
var html = "

"+text+"

"

Creating the variables are easy but how to make the html variable both include html and the value from the text variable.
I don't get how to combine text strings in Xano.

Prepend and append could probably be used in this case, but gets kinda tedious when there are a lot of variables and html involved. Replace with some placeholders in the html could work but does not seem to exist.

Comments