/home/coolpkct/www/websites/cake3.cool.rocks/_themes/zero/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]-->
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title dir="ltr">{$ss_siteTitle} | {$ss_navName}</title>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="keywords" content="{$ss_metaKeywords}">
    <meta name="description" content="{$ss_pageDescription}">
    <meta property="og:title" content="{$ss_ogTitle}"> 
    <meta property="og:type" content="website">
    <meta property="og:url" content="http://{$ss_hostName}{$ss_pageUrl}/"> 
    <meta property="og:description" content="{$ss_pageDescription}">
{if $ss_ogImageUrl ne ''}
    <meta property="og:image" content="http://{$ss_ogImageUrl}">
{/if}
    <link rel="stylesheet" href="{$ss_themeUrl}/css/styles.css">
    <link rel="stylesheet" href="{$ss_themeUrl}/css/custom.css">
    <script src="{$ss_themeUrl}/js/jquery-min.js"></script>
    <script src="{$ss_themeUrl}/js/modernizr.custom.js"></script>
    <script src="{$ss_themeUrl}/js/init.js"></script>
    <script src="{$ss_themeUrl}/js/jquery.fitvids.js"></script>
    <!--[if (lt IE 9) & (gt IE 6) & (!IEMobile)]>
    <script src="{$ss_themeUrl}/js/selectivizr-min.js"></script>
    <script src="{$ss_themeUrl}/js/respond.min.js"></script>
    <![endif]-->
    <meta http-equiv="cleartype" content="on">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <!-- Showkase {$ss_showkaseVersion}, build {$ss_showkaseBuild} -->
{if $ss_googleAnalyticsId ne ''}
    <script type="text/javascript">
      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', '{$ss_googleAnalyticsId}']);
      _gaq.push(['_trackPageview']);
      (function() {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
      })();
    </script>
{/if}
  </head>
  <body class="type-{$ss_pageType} page-{$ss_pageRef} group-{$ss_parentPage}">
    {block name=body}{/block}
    <script>
      $("section.content").fitVids();
    </script>
  </body>
</html>