mustache
Module mustache
API
Definitions
function compileTemplateFile(string filePath) returns Mustache|error
function compileTemplateString(string content) returns Mustache|error
function execute(map<json> data) returns string|error
function executeWithPartials(map<json> data, map<Mustache> mustaches) returns string|error
Import
import samjs/mustache;
Other versions
0.1.0
Metadata
Released date: over 2 years ago
Version: 0.1.0
Compatibility
Platform: java17
Ballerina version: 2201.8.5
GraalVM compatible: Yes
Pull count
Total: 77
Current verison: 14
Weekly downloads
Keywords
template
templates
Dependencies