include mixins

doctype html
html.no-js(lang="en")
  head
    meta(charset='utf-8')
    meta(http-equiv='X-UA-Compatible', content='IE=edge')

    title #{NAME}

    meta(name='description', content='')
    meta(name='viewport', content='width=device-width, initial-scale=1')
    link(rel="author", href="humans.txt")

    +latoFont()

    link(rel='stylesheet', href='css/vendor/normalize.css')
    link(rel='stylesheet', href='css/vendor/grid.css')
    link(rel='stylesheet', href='css/style.css')

    +enviro(NAME, ENV)

    script(data-main="js/main", src="js/vendor/require.js")

  body(class='#{NAME} loading')
    block content
