Function fromRemoteLiquidTemplate
- fromRemoteLiquidTemplate<State extends object = DefaultState>(
url: string,
): (container: HTMLElement, state: State) => PromiseLike<void> Returns (container: HTMLElement, state: State) => PromiseLike<void>
Render function
Load a remote liquid template and render it into a container