Skip to content

Instantly share code, notes, and snippets.

@WakkyFree
Created March 12, 2021 07:11
Show Gist options
  • Select an option

  • Save WakkyFree/aaf6a5abf55a31924e449cbb91b13e19 to your computer and use it in GitHub Desktop.

Select an option

Save WakkyFree/aaf6a5abf55a31924e449cbb91b13e19 to your computer and use it in GitHub Desktop.
function doGet() {
const htmlOutput = HtmlService.createTemplateFromFile('title_test').evaluate();
htmlOutput.setTitle('タイトルのテスト');
return htmlOutput;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment