0.0.1 • Published 9 years ago

express-nunjucks-boilerplate v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

Express & Nunjucks Boilerplate

Express and Nunjucks. Pow!

  1. Installation

clone repository
npm install
node app.js

...then you should see this if you go to: http://localhost:3000

  1. 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 %})