This template provides a framework for creating a web app.
It shows the basic structure needed to define a UI and how to coordinate communication between the client and server. This template also includes some useful aspects of Apps Script, including:
- Using Templated HTML
- Responding to HTTP GET requests with doGet(e)
- Using IFRAME sandbox mode