This document covers features, statements and their syntax supported by CoTemplate v.2.7 and later.
Blocks
Blocks are the largest elements in the template's structure. Templates consist of blocks, blocks consist of other blocks, statements, tags and raw text. Here is the block syntax:
Most templates have one root-level block named MAIN, but multiple root-level blocks in one template file are allowed. HTML...