Documentation Index
Fetch the complete documentation index at: https://mint-tsdocs.saulo.engineer/llms.txt
Use this file to discover all available pages before exploring further.
LiquidTemplateManager
Summary
Template manager that uses LiquidJS with template mergingSignature
Constructors
constructor
Constructs a new instance of the classProperties
liquidEngine
Modifiers: readonly Type:get liquidEngine(): LiquidTemplateEngine;
Default: “
Get the Liquid engine for direct access
mergedTemplateDir
Modifiers: readonly Type:get mergedTemplateDir(): string | undefined;
Default: “
Get the current merged template directory (for debugging)
templateDataConverter
Modifiers: readonly Type:get templateDataConverter(): TemplateDataConverter;
Default: “
Get template data converter

