Form generating twice in Apps Script using JQuery
While creating a small WebbApp with Google Apps Script and JQuery, I am struggling with a form which generates itself twice... My app is composed of 4 files below : Code.gs function doGet(request) { return HtmlService.createTemplateFromFile('Index').evaluate(); } function include(filename) {…