Disabling Built-In Template Handling

In some cases you may not want to automatically render a template after a container rule has run. If this is the case, define a method called usesTemplates and return false.

Note that doing this will result in the template choice not being shown to the user when creating the container rule, and will also mean that the container rule cannot be cached.