function renderTemplate
renderTemplate(
template: string,
): Promise<string>

Render a single Liquid template string with the given data

Parameters

template: string

Return Type

Promise<string>

Usage

import { renderTemplate } from "doc.ts";