SetVars
A block tag that is useful for assigning multiple template variables at once.
Example:
<mt:SetVars> title=My Favorite Color color=Blue </mt:SetVars>
Then later:
<h1><$mt:Var name="title"$></h1>
<ul><li><$mt:Var name="color"$></li></ul>
Related Tags: