Our theme extensions are built using liquid and a very small javascript framework called Alpine.js.
Here is how to display variables anywhere on the html displayed.
- Pick any element
- Add
x-data
to the element - Add
x-text
to display text - Add
x-html
if your text has html included.