Swiftybase
Function StackText

Parse Template

Load and prepare a template for use

Config

  • Content: (Required) – The template content.
  • HTML Content: If checked, it uses HTML template parsing.

It is recommended to parse the template once during server initialization in the server hook functions, so you don't have to parse it for every request.

Outputs:

Returns a result value indicating success or failure.

On this page