/home/coolpkct/www/websites/cake3.cool.rocks/_themes/base/pagetypes/layout.tpl
<!DOCTYPE html>
<!--[if lt IE 7]><html lang="en" class="ie6"><![endif]-->
<!--[if IE 7]><html lang="en" class="ie7"><![endif]-->
<!--[if IE 8]><html lang="en" class="ie8"><![endif]-->
<!--[if gt IE 8]><!-->
<html lang="en" class="no-js">
  <!--<![endif]-->
  <!-- Showkase {$ss_showkaseVersion}, build {$ss_showkaseBuild} -->
  <head>
  {block "head"}
    {block "meta"}{/block}
    {block "stylelinks"}{/block}
    {block "scriptlinks"}{/block}
    <style type="text/css">
      {block "styles"}{/block}
    </style>
  {/block}
  </head>
  <body class="{$themePalette} type-{$ss_pageType} page-{$ss_pageRef} group-{$ss_parentPage} body-{$bodyFont} headings-{$headingsFont} {$backgroundImageStyle}">
  {block "body"}
    <div id="wrapper">
      <header role="banner">
        {block "header"}{/block}
      </header>
      {* Todo move classes down inside content html *}
      <section class="content">
        {block "content"}{/block}
      </section>
      <footer>
        {block "footer"}{/block}
      </footer>
    </div>
  {/block}
  </body>
</html>