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