!!! html
html(lang="en")
  head
    meta(charset="utf-8")
    title Geddy App | This app uses Geddy.js
  body
    .container
      != yield()
