<!DOCTYPE html>
<html class="no-js" lang="en">
  <head>
    {{> head }}
  </head>
   <body class="animsition{{#if @file.data.frontMatter.body_class}} {{@file.data.frontMatter.body_class}}{{/if}}">
    <!--[if lt IE 8]>
        <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
    <![endif]-->

    {{> site_navbar }}
    {{> site_menubar }}
    {{> site_gridmenu }}

    {{#block "body"}}
      <h2>Hello World</h2>
    {{/block}}

    <!-- Footer -->
    {{> site_footer }}

    {{> javascripts }}
  </body>
</html>
