doctype
html(lang='en', xmlns='http://www.w3.org/1999/xhtml', itemscope='itemscope')
    block vars
    include ../includes/head
    body
        header#orchard-header(data-ng-include="'views/header/header.html'")
        section#orchard-content.container-fluid
            block content
        footer#orchard-footer(data-ng-include="'views/footer/footer.html'")
        include ../includes/foot
