Render a [[module]] element by dispatching on the module name.
Each module outputs a container <div> with a module-specific CSS class.
Some modules (like Rate and Join) render interactive UI elements; others
(like Backlinks and ListPages) render empty containers that can be
populated at runtime.
Render a
[[module]]element by dispatching on the module name.Each module outputs a container
<div>with a module-specific CSS class. Some modules (like Rate and Join) render interactive UI elements; others (like Backlinks and ListPages) render empty containers that can be populated at runtime.