**文書の過去の版を表示しています。**
20210927
ejsのインストール
npm install ejs
でインストール。
https://algorithm.joho.info/programming/javascript/node-js-ejs-install/
ejsの利用
viewsディレクトリ以下にejsディレクトリを作成し、index.ejsを作成。
index.jsのルーティングを変更。
https://qiita.com/kamihork/items/1b13d2157979d1837849
https://www.digitalocean.com/community/tutorials/how-to-use-ejs-to-template-your-node-application-ja