On this page
App developers can rely on App Builder's provided Smarty templates to render record, record category on the website and the record editor in the Site Admin or Customer portal. These templates can be used in most cases and do not require any action from the app developers. However, if the default templates cannot accommodate your app, App Builder allows developers to replace any template with their own templates. Currently there are 4 templates that can be replaced:
These templates have access to all Smarty template variables and record's data, how to display them is up to template designers. Please refer to the Template Designer section for more information.
Additionally, developers may add email templates for Send Email action, a file name can be set for an email template and then used with the Send Email action. Email templates have limited access to Smarty template variables that includes only {$system}, {$site} and record's data {$data}. You may then use: