doctype html
html(lang="en")
  head
    meta(charset="utf-8")
    title Geddy App | This app uses Geddy.js
    meta(name="description", content="")
    meta(name="author", content="")
    meta(name="viewport", content="width=device-width")

    // The HTML5 shim, for IE6-8 support of HTML elements
    //if lt IE 9
      script(src="http://html5shim.googlecode.com/svn/trunk/html5.js")

    != scriptLink('/js/jquery.min.js', {type:'text/javascript'})
    != scriptLink('/js/bootstrap.min.js', {type:'text/javascript'})
    != scriptLink('/js/core/core.js', {type: 'text/javascript'})
    != scriptLink('/js/core/models.js', {type: 'text/javascript'})

    != styleLink('/css/bootstrap.min.css', {rel:'stylesheet'})
    != styleLink('/css/style.css', {rel:'stylesheet'})
    != styleLink('/css/bootstrap-theme.min.css', {rel:'stylesheet'})

    // The fav and touch icons
    link(rel="shortcut icon", href="/images/favicon.ico")
    link(rel="apple-touch-icon", href="images/apple-touch-icon.png")
    link(rel="apple-touch-icon", sizes="72x72", href="images/apple-touch-icon-72x72.png")
    link(rel="apple-touch-icon", sizes="114x114", href="images/apple-touch-icon-114x114.png")


