Skip to content

TemplateVariable

import { TemplateVariable } from "@alloy-js/core";
<TemplateVariable name="string">
{children}
</TemplateVariable>
childrenChildrenThe value of the variable.
namestringThe name of the variable.
import { TemplateVariable } from "@alloy-js/core";
<TemplateVariable name="string" value="string" />
namestringThe name of the variable.
valuestringThe value of the variable.