Express and Nunjucks. Pow!
- Installation
clone repository
npm install
node app.js
...then you should see this if you go to: http://localhost:3000
- Template structure
/
--- views/
------- layout.html (the main layout template)
------- index.html (extends layout.html and inserts content using {% block body %})
------- example.html (extends index.html and adds to {% block content %})