Swiftybase
Function StackText

New Template

Create a reusable template for dynamic content

Config

  • Template Name: (Required) – The name of the template.
  • HTML Content: If checked, securely template the HTML content to prevent XSS and ensure safe rendering of dynamic content.

Outputs:

Returns a *Template instance, which should be registered once with a unique name.
This name can later be referenced when using functions like Parse Template or Execute Template.

On this page