SetVarTemplate
Type: function
A block tag used to set the value of a custom variable block which evaluated when the page is rendered.
Example
Set a variable:
<mt:SetVarTemplate name="foo"> Block of code... usually <mt:VariablesHereWhich__CanNot__BeSetWithMTVar /> </mt:SetVarTemplate>Output the variable:
<mt:Var name="foo" />

Leave a note