mrdocs::helpers::registerLogicalHelpers
Register logical helpers into a Handlebars instance
Synopsis
Declared in <mrdocs/Support/Handlebars.hpp>
void
registerLogicalHelpers(Handlebars& hbs);
Description
This function registers a number of common helpers that perform logical operations.
Parameters
| Name | Description |
|---|---|
hbs |
The Handlebars instance to register the helpers into |
Created with MrDocs