htmlTemplate
Profound.js applications are single page applications based on a skeleton HTML page or template.
When Profound.js applications are called from Genie, the start.html file in the Genie skin is used as the template.
When Profound.js applications are called directly, the "htmlTemplate" setting is used to specify the path to the HTML template. The path is relative to the static files directory as specified with the "staticFilesDirectory" setting.
The default value for "htmlTemplate" is "/profoundui/userdata/html/start.html". You are not advised to change the contents of this file directly because a new Profound UI installation will overwrite it. Instead, you should make a copy of the file, modify the copy, and then point the "htmlTemplate" property to the new copy of the file.
Click here for information on how to modify this setting.