bit-docs-process-mustache module
Process content in mustache files.
function()
Returns
{undefined}
:
This plugin registers onto the processor
hook.
Registering the processor hook adds a processor for .mustache
and
.handlebars
files.
Processing a .mustache
file, for example, will output a generated page,
and that .mustache
file can do things like:
<h1>My Sweet Homepage</h1>
{{#each something}}
...
{{/each}}
The mustache processor is bit-docs-process-mustache/process-mustache.