Tmplz Tags |
IntroductionTmplz tags are used to mark up text files for processing by the Tmplz template parser, which turns them into data structures made up of Slots and Sections. This manual explains the syntax for the different tags. Below are some general rules about tag syntax. General tag syntaxA Tmplz tag looks like this: [$Slot Foo] The [$Slot "Foo Bar"] Sometimes both an opening tag and closing tag are needed; together, they form an element (stolen from HTML parlance). [$Section ABC]...Stuff in between...[$Section] A tag that stands alone (such as the Customizing the tag syntaxIf Next page: Core Tags |