Chapter Utility
MTIgnore
Used to wrap around blocks of MT template code to prevent them from being processed.
Example code:
<MTIgnore>
This is a comment block - it will not be output or processed by Movable Type.
<MTEntries lastn="10000">....</MTEntries>
</MTIgnore>


