cms_module tag
Purpose
This tag is used to insert modules into your templates and pages. If a module is created to be used as a tag plugin (check its help for details), then you should be able to insert it with this tag.
How to use?
It's just a basic tag plugin. You would insert it into your template or page like so:
{cms_module module='somemodulename'}
Available parameters
There is only one required parameter. All other parameters are passed on to the module.
- module (required) - Name of the module to insert. This is not case sensitive.