Skip to content
This repository has been archived by the owner on Nov 17, 2018. It is now read-only.

Latest commit

 

History

History
29 lines (21 loc) · 537 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 537 Bytes

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