Specifies an extension point to configure the handlebars environment for each page based on the current input
document and context.
- Namespace
- Statiq
.Handlebars - Containing Type
- RenderHandlebars
Syntax
public RenderHandlebars Configure(Func<IExecutionContext, IDocument, IHandlebars, Task> configure)
Parameters
Name | Type | Description |
---|---|---|
configure | Func |
A delegate for configuring the handlebars environment. |
Return Value
Type | Description |
---|---|
RenderHandlebars | The current module instance. |