RenderScriban(string, string) Constructor
Parses Scriban templates in the metadata of each input document and outputs documents with metadata containing the rendered content.
Namespace
Statiq.Scriban
Containing Type
RenderScriban

Syntax

public RenderScriban(string sourceKey, string destinationKey = null)

Parameters

Name Type Description
sourceKey string The metadata key of the Scriban template to process.
destinationKey string The metadata key to store the rendered content (if null, it gets placed back in the source metadata key).