doctype 5
html
  head
    title= title
    link(rel='stylesheet', href='/stylesheets/style.css')
  body
    block content

// GitHub ribbon! via https://github.com/blog/273-github-ribbons
a(href='https://github.com/aseemk/node-neo4j-template')
    img(
        style='position: absolute; top: 0; right: 0; border: 0;'
        src='https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png'
        alt='Fork me on GitHub'
    )