• Renders a template using the Liquid template engine.

    Parameters

    • templateContent: string

      Template content.

    • data: object

      Data to feed the template engine.

    Returns Promise<string>

    Rendered template.