doctype html
html
  head
    title= title
    link(rel='stylesheet', href='/')
    link(rel='stylesheet', href='/css/bootstrap.min.css')
  body
    block content
