Specifies that templates should be treated as Liquid templates instead of Scriban.
Short for doing
WithLexerOptions(new LexerOptions { Mode = ScriptMode.Liquid })
.
- Namespace
- Statiq
.Scriban - Containing Type
- RenderScriban
Syntax
public RenderScriban AsLiquid()
Return Value
Type | Description |
---|---|
RenderScriban | The current module instance. |