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(Action<IExecutionContext, IDocument, IHandlebars> configure)
Parameters
Name | Type | Description |
---|---|---|
configure | Action |
A delegate for configuring the handlebars environment. |
Return Value
Type | Description |
---|---|
RenderHandlebars | The current module instance. |