Self-referencing vars in data files #732
-
|
Is it possible to a) reference other values in the same If not, is it possible to set a global value in Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
In If you tell me what do you want to do (what problem you want to solve) maybe I can give you a more precise solution. |
Beta Was this translation helpful? Give feedback.
Okay. For HTML parts, you can use Vento templates or Lume components. For example, with components:
_components/cta.vto
page.vto
{{ comp.cta({ destination: "https://example.com" }) }}