【Node.js】ejsからhtmlを書き出す 2018/11/17 fsとejsを読み込み ejsからhtmlの順序 ejs.renderFileを使ってejsを読み込む。 上記のデータをfs.writeFileで渡して、htmlを生成する。 【ejs.re……