CODE
MTInclude module="bad_template"
When I rebuilt, that lead to an infinite loop as the module included itself over and over. And, that lead to the server almost crashing.
A check for that condition might have been included in subsequent versions, but if not checking for such references might be a good thing.
There are a large number of ways for something similar to happen, for instance: Module B includes Module A, and Module A includes Module B. To save coding time perhaps a check that a module has only been included once per page could be performed.