This is a sample application that shows how to use EJS for templating in a Node.js application. It shows how to use partials which allows you to repeat different items on multiple pages of your application.
You can view this app in production here
- Node 0.10.x
- Express 4.0.x
- EJS 2.4.x
git clone git@github.com:ratracegrad/nodejs_ejs_boilerplate.git
npm install
node server.js
When you start the application you will see this for the home page