skip to content
Movable Type Docs » Appendices » Appendix: Template Tags
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>
Have a question, please use the MT Forums. Notes sumbitted here should pertain to tips & hints regarding documentation. Your note may be removed once it's contents has be integrated into the body of the page.
Copyright 2007 Six Apart Ltd. Some Rights Reserved
Leave a note
Have a question, please use the MT Forums. Notes sumbitted here should pertain to tips & hints regarding documentation. Your note may be removed once it's contents has be integrated into the body of the page.