Takomo v7.4.3
    Preparing search index...

    Interface RenderTemplateFileProps

    interface RenderTemplateFileProps {
        pathToFile: string;
        variables: unknown;
    }
    Index

    Properties

    pathToFile: string

    Path to file containing a template string

    variables: unknown

    Variables used to render the template string