/home/coolpkct/www/websites/cake3.cool.rocks/_themes/zero/pagetypes/link.tpl
{extends file='layout.tpl'}
{block name=body}
    <div id="wrapper">
      <header role="banner">
        <div class="hgroup">
          <h1>
{if $siteLogoSrc ne ''}
          <a href="{$ss_siteHeaderLink}"><img src="{$siteLogoSrc}" alt="{$ss_siteTitle}"></a>
{/if}
{if $ss_siteHeading ne ''}
          <a href="{$ss_siteHeaderLink}">{$ss_siteHeading}</a>
{/if}
          </h1>
{if $ss_siteSubHeading ne ''}
          <h2>{$ss_siteSubHeading}</h2>
{/if}
        </div>
        <div id="nav-anchors" class="nav-anchors"><a href="#nav" id="menu-anchor"><span aria-hidden="true" data-icon="&#x23;"></span></a></div>
        <nav  id="nav" class="header-nav-items">
          {$ss_navLinks}
        </nav>
      </header>
      <section class="content">
        <section class="page-body">
          <h2>This is not a public page</h2>
          <div class="body-content">
            <p>This is a support page. It exists to provide a navigation link and is not normally visible. If you have reached this page in error, please return to the public site via the navigation menu.</p>
          </div>
        </section>
      </section>
      <footer>
        <small>{$ss_siteFooter}</small>
      </footer>
    </div>
{/block}