The Handlebars template engine.
Description
Types and functions implementing the Handlebars template language: the Handlebars environment, its built‐in helpers, and the Error type it reports failures with.
Namespaces
Name |
Description |
Handlebars helper registry for templates. |
Types
Name |
Description |
An error thrown or returned by Handlebars. |
|
A handlebars environment |
|
Options for handlebars |
|
Reference to output stream used by handlebars |
Type Aliases
Name |
Description |
handlebars' result type: the std::expected polyfill, defaulting the error to handlebars::Error (an explicit 2nd argument is allowed). |
Functions
Name |
Description |
|
|
Create child data objects. |
|
Determine if a value is empty |
|
Write to output |
Variables
Name |
Description |
Character‐to‐entity table used by |