vmasto/express-babel

View on GitHub
views/layout.pug

Summary

Maintainability
Test Coverage
doctype html
html
  head
    title= title
    link(rel='stylesheet', href='/styles/style.css')
  body
    block content