TWSEngine
Entries
Link copied to clipboard
@Json(name = "mustache")
Content will be processed using the Mustache templating engine. The content is rendered dynamically by interpolating the provided properties (props
) into the Mustache template syntax. This allows for generating custom HTML content based on the data passed to the engine. For more details on Mustache syntax, refer to Mustache Documentation.