0
votes

With UIApp, you can set the <title> of the page via setTitle(). I can't figure out how to do it if I'm using an HTML template with HtmlService. I have tried placing <title> tags in different spots within the template to no avail. Any suggestions?

1

1 Answers

5
votes

HtmlOutput (what you get from template.evaluate() or just from HtmlService.createHtmlOutput() directly) also has a setTitle.