madhums/node-express-mongoose

View on GitHub
app/views/home/index.pug

Summary

Maintainability
Test Coverage
extends ../layouts/default.pug

block page-header
  h2 Todo

block content
  ol
    li Awesome! Now add some routes, models, views and controllers.
    li Change the content of 
      code app/views/home/index.pug